aboutsummaryrefslogtreecommitdiff
path: root/tags.php
diff options
context:
space:
mode:
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())