From f31cc5f7a389ed89ddf97da1adc4ef98a62f7517 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 20 Jul 2008 20:49:17 +0000 Subject: [PATCH] Show correct page title when on main options page after saving git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13242 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options.php b/src/options.php index c5d52e46..ed0fb673 100644 --- a/src/options.php +++ b/src/options.php @@ -249,6 +249,7 @@ if ($optmode == SMOPT_MODE_SUBMIT) { if ($optmode == SMOPT_MODE_SUBMIT) { $optpage = SMOPT_PAGE_MAIN; + $optpage_title = _("Options"); } /***************************************************************/ -- 2.25.1