This commit is contained in:
Christian Weiske 2012-01-21 12:10:33 +01:00
parent 6ff4370a20
commit 335d6563b7

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;
}
}