summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings/func.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-21 07:45:54 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-05-21 07:45:54 +0000
commit6ce34bc3ecf5ef980584ffa601e1716a6644bcf0 (patch)
tree3054dd47098a7fc7f4e64aa6ae01df6f620ef752 /roundcubemail/program/steps/settings/func.inc
parentc7219c680446e7843eaecae11b7302ff33ed61a5 (diff)
-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
Diffstat (limited to 'roundcubemail/program/steps/settings/func.inc')
-rw-r--r--roundcubemail/program/steps/settings/func.inc5
1 files changed, 1 insertions, 4 deletions
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)