From a55606b12241264054054ab0c0520ec238ee2687 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 21 May 2008 03:45:54 -0400 Subject: [PATCH] -localized pagetitle in Settings and Address book -removed useless and not working code --- 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 18ec36f..d303565 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) -- Gitblit v1.9.1