Browse Source

Show correct page title when on main options page after saving

pdontthink 17 years ago
parent
commit
93699d1123
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/options.php

+ 1 - 0
src/options.php

@@ -249,6 +249,7 @@ if ($optmode == SMOPT_MODE_SUBMIT) {
 
 if ($optmode == SMOPT_MODE_SUBMIT) {
     $optpage = SMOPT_PAGE_MAIN;
+    $optpage_title = _("Options");
 }
 
 /***************************************************************/