summaryrefslogtreecommitdiff
path: root/templates/page.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.tpl')
-rw-r--r--templates/page.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tpl b/templates/page.tpl
index 3beb949..d354378 100644
--- a/templates/page.tpl
+++ b/templates/page.tpl
@@ -1,11 +1,11 @@
{if $type eq 'd'}
- <iframe width="0" height="0" border="0" src="{$gBitLoc.WIKI_PKG_URL}page_loader.php?refresh={$refresh}&amp;title={$title|escape:"url"}">Browser not supported</iframe>
+ <iframe width="0" height="0" border="0" src="{$smarty.const.WIKI_PKG_URL}page_loader.php?refresh={$refresh}&amp;title={$title|escape:"url"}">Browser not supported</iframe>
{/if}
{$parsed}
{if $gBitUser->hasPermission( 'bit_p_edit_html_pages' )}
- <a href="{$gBitLoc.HTML_PKG_URL}admin/admin_html_pages.php?title={$title|escape:"url"}">{biticon ipackage=liberty iname="edit" iexplain="edit"}</a>
+ <a href="{$smarty.const.HTML_PKG_URL}admin/admin_html_pages.php?title={$title|escape:"url"}">{biticon ipackage=liberty iname="edit" iexplain="edit"}</a>
{if $type eq 'd'}
- <a href="{$gBitLoc.HTML_PKG_URL}admin/admin_html_page_content.php?title={$title|escape:"url"}">content</a>
+ <a href="{$smarty.const.HTML_PKG_URL}admin/admin_html_page_content.php?title={$title|escape:"url"}">content</a>
{/if}
{/if}