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

View File

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