From a08708509a9e4187a0dbed32c76c50ecf16df3dc Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 16 May 2009 10:28:47 -0400 Subject: [PATCH] - set pagetitle in php not js, hu_HU locale --- plugins/password/password.js | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/plugins/password/password.js b/plugins/password/password.js index 3d05b62..e6fa0b5 100644 --- a/plugins/password/password.js +++ b/plugins/password/password.js @@ -33,12 +33,4 @@ } }, true); }) - - // set page title - if (rcmail.env.action == 'plugin.password' && rcmail.env.task == 'settings') { - var title = rcmail.gettext('changepasswd','password') - if (rcmail.env.product_name) - title = rcmail.env.product_name + ' :: ' + title; - rcmail.set_pagetitle(title); - } } -- Gitblit v1.9.1