diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-21 07:45:54 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-21 07:45:54 +0000 |
| commit | 6ce34bc3ecf5ef980584ffa601e1716a6644bcf0 (patch) | |
| tree | 3054dd47098a7fc7f4e64aa6ae01df6f620ef752 /roundcubemail/program/steps/addressbook | |
| parent | c7219c680446e7843eaecae11b7302ff33ed61a5 (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/addressbook')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/func.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc index ea67ec247..6d0a3938c 100644 --- a/roundcubemail/program/steps/addressbook/func.inc +++ b/roundcubemail/program/steps/addressbook/func.inc @@ -239,7 +239,8 @@ function rcmail_get_rowcount_text() return $out; } - + +$OUTPUT->set_pagetitle(rcube_label('addressbook')); // register UI objects $OUTPUT->add_handlers(array( |
