X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=surfbar.php;h=677c2c1c15de38fe7b3ef0aa436d2d2cc0926788;hp=a5dd72bd508c8a2087edb1eb5da503c2c5afd1a8;hb=c47293f5523a4a9e8791f0922b138fa6865aefaf;hpb=7f5d2604c2b0bfa6983ece1d58febabc5159d25a diff --git a/surfbar.php b/surfbar.php index a5dd72bd50..677c2c1c15 100644 --- a/surfbar.php +++ b/surfbar.php @@ -58,7 +58,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install } // END - if // Is there a check value? - if (SURFBAR_CHECK_RELOAD_FULL()) { + if ((SURFBAR_CHECK_RELOAD_FULL()) || ((isset($_GET['frame'])) && ($_GET['frame'] == "stop"))) { // Reload-lock is full, surfbar stopped so... // Load header require_once(PATH."inc/header.php"); @@ -149,6 +149,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install require_once(PATH."inc/header.php"); // Load that template + //* DEBUG: */ die("templateName={$templateName}
\ncontent=
".print_r($content, true)."
"); LOAD_TEMPLATE($templateName, false, $content); }