This commit is contained in:
Christian Weiske 2012-01-21 12:10:33 +01:00
parent d6d44c6cfa
commit 01b91b22f3

View file

@ -306,7 +306,7 @@ if ($templatename == 'editbookmark.tpl') {
$tplVars['subtitlehtml'] = T_('My Bookmarks') . $catTitleWithUrls; $tplVars['subtitlehtml'] = T_('My Bookmarks') . $catTitleWithUrls;
} else { } else {
$tplVars['pagetitle'] = $user.': '.$cat; $tplVars['pagetitle'] = $user.': '.$cat;
$tplVars['subtitle'] = $pagetitle; $tplVars['subtitlehtml'] = $user . $catTitleWithUrls;
} }
} }