diff options
Diffstat (limited to 'templates/backlinks.tpl')
| -rw-r--r-- | templates/backlinks.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/backlinks.tpl b/templates/backlinks.tpl index a3bbb75..0b6dea0 100644 --- a/templates/backlinks.tpl +++ b/templates/backlinks.tpl @@ -1,13 +1,13 @@ {strip} <div class="listing wiki"> <div class="header"> - <h1>{tr}Backlinks to{/tr} <a href="{$gBitLoc.WIKI_PKG_URL}index.php?page_id={$pageInfo.page_id}" class="wiki">{$page}</a></h1> + <h1>{tr}Backlinks to{/tr} <a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$pageInfo.page_id}" class="wiki">{$page}</a></h1> </div> <div class="body"> <ul> {foreach from=$backlinks key=content_id item=title} - <li><a href="{$gBitLoc.WIKI_PKG_URL}index.php?content_id={$content_id}" class="wiki">{$title}</a></li> + <li><a href="{$smarty.const.WIKI_PKG_URL}index.php?content_id={$content_id}" class="wiki">{$title}</a></li> {foreachelse} <div class="norecords">{tr}No backlinks to this page{/tr}</div> {/foreach} |
