From 91e0dfacbfd94934f87c00349c0f03e586af9e84 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 3 Feb 2009 09:46:40 +0000 Subject: Interface fix: correct title page git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@244 b3834d28-1941-0410-a4f8-b48e95affb8f --- tags.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tags.php') 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()) -- cgit v1.2.3-54-g00ecf