aboutsummaryrefslogtreecommitdiff
path: root/alltags.php
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-02-03 09:46:40 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-02-03 09:46:40 +0000
commit91e0dfacbfd94934f87c00349c0f03e586af9e84 (patch)
tree78c2cfab461c41597de9b4b1ac324e496f9b9768 /alltags.php
parentbe51889a82595a26f7ffae87eb629097c664d103 (diff)
downloadsemanticscuttle-91e0dfacbfd94934f87c00349c0f03e586af9e84.tar.gz
semanticscuttle-91e0dfacbfd94934f87c00349c0f03e586af9e84.tar.bz2
Interface fix: correct title page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@244 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'alltags.php')
-rw-r--r--alltags.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/alltags.php b/alltags.php
index 45b13ab..95e797a 100644
--- a/alltags.php
+++ b/alltags.php
@@ -76,6 +76,7 @@ $tplVars['sidebar_blocks'] = array('linked');
$tplVars['userid'] = $userid;
$tplVars['loadjs'] = true;
+$tplVars['pagetitle'] = $pagetitle;
$tplVars['subtitle'] = $pagetitle;
$templateservice->loadTemplate('tags.tpl', $tplVars);