summaryrefslogtreecommitdiffstatshomepage
path: root/tags.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-03 09:46:40 +0000
committerGravatar mensonge2009-02-03 09:46:40 +0000
commit91e0dfacbfd94934f87c00349c0f03e586af9e84 (patch)
tree78c2cfab461c41597de9b4b1ac324e496f9b9768 /tags.php
parentbe51889a82595a26f7ffae87eb629097c664d103 (diff)
downloadscuttle-91e0dfacbfd94934f87c00349c0f03e586af9e84.tar.gz
scuttle-91e0dfacbfd94934f87c00349c0f03e586af9e84.zip
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 'tags.php')
-rw-r--r--tags.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tags.php b/tags.php
index 2050ca7..d3d116a 100644
--- a/tags.php
+++ b/tags.php
@@ -64,8 +64,7 @@ if ($usecache) {
}
// Header variables
-//$tplVars['pagetitle'] = $pagetitle;
-$tplVars['pagetitle'] = '';
+$tplVars['pagetitle'] = T_('Tags') .': '. $cat;
$tplVars['loadjs'] = true;
$tplVars['rsschannels'] = array(
array(filter($sitename .': '. $pagetitle), createURL('rss', 'all/'. filter($cat, 'url')).'?sort='.getSortOrder())