summaryrefslogtreecommitdiff
path: root/templates/backlinks.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/backlinks.tpl')
-rwxr-xr-x[-rw-r--r--]templates/backlinks.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/backlinks.tpl b/templates/backlinks.tpl
index 0b6dea0..b9b7461 100644..100755
--- a/templates/backlinks.tpl
+++ b/templates/backlinks.tpl
@@ -6,8 +6,8 @@
<div class="body">
<ul>
- {foreach from=$backlinks key=content_id item=title}
- <li><a href="{$smarty.const.WIKI_PKG_URL}index.php?content_id={$content_id}" class="wiki">{$title}</a></li>
+ {foreach from=$backlinks key=page_id item=title}
+ <li><a href="{$smarty.const.WIKI_PKG_URL}index.php?page_id={$page_id}" class="wiki">{$title}</a></li>
{foreachelse}
<div class="norecords">{tr}No backlinks to this page{/tr}</div>
{/foreach}