diff options
author | alecpl <alec@alec.pl> | 2008-05-21 07:45:54 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-21 07:45:54 +0000 |
commit | a55606b12241264054054ab0c0520ec238ee2687 (patch) | |
tree | c2ae762a7fda064640f0c1b1b43d8b95952144ca /program/steps/settings/func.inc | |
parent | 8dc0488b9eef4cc08db921c1e103363c9764e33d (diff) |
-localized pagetitle in Settings and Address book
-removed useless and not working code
Diffstat (limited to 'program/steps/settings/func.inc')
-rw-r--r-- | program/steps/settings/func.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index 18ec36f2f..d303565a8 100644 --- a/program/steps/settings/func.inc +++ b/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) |