From 6ce34bc3ecf5ef980584ffa601e1716a6644bcf0 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 21 May 2008 07:45:54 +0000 Subject: -localized pagetitle in Settings and Address book -removed useless and not working code git-svn-id: https://svn.roundcube.net/trunk@1412 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/settings/func.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'roundcubemail/program/steps/settings/func.inc') diff --git a/roundcubemail/program/steps/settings/func.inc b/roundcubemail/program/steps/settings/func.inc index 18ec36f2f..d303565a8 100644 --- a/roundcubemail/program/steps/settings/func.inc +++ b/roundcubemail/program/steps/settings/func.inc @@ -19,10 +19,7 @@ */ - -if ($USER->ID) - $OUTPUT->set_pagetitle(rcube_label('settingsfor') . " ". $USER->get_username()); - +$OUTPUT->set_pagetitle(rcube_label('preferences')); function rcmail_user_prefs_form($attrib) -- cgit v1.2.3