|
@@ -228,6 +228,9 @@ if ($optpage == SMOPT_PAGE_MAIN) {
|
|
|
/* First, display the results of a submission, if needed. */
|
|
|
/**********************************************************/
|
|
|
if ($optmode == SMOPT_MODE_SUBMIT) {
|
|
|
+ if (isset($frame_top)) {
|
|
|
+ $frame_top = '_top';
|
|
|
+ }
|
|
|
/* Display a message indicating a successful save. */
|
|
|
echo '<B>' . _("Successfully Saved Options") . ": $optpage_name</B><BR>\n";
|
|
|
|