]> git.mxchange.org Git - mailer.git/blobdiff - surfbar.php
Banner place added for sleeping surfbar
[mailer.git] / surfbar.php
index 56bcf8ccf75403d0f51ce3c2d04c508afb21b466..be53f0094c9385af0045926a29685bc7acbd58ed 100644 (file)
@@ -67,6 +67,10 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install
                if ((isset($_GET['frame'])) && ($_GET['frame'] == "start")) {
                        // Load template for "start" page
                        LOAD_TEMPLATE("surfbar_frame_start");
+
+                       // Load banner
+                       OUTPUT_HTML("<br />");
+                       LOAD_TEMPLATE("surfbar_start_banner");
                } else {
                        // Load template for stopped surfbar
                        LOAD_TEMPLATE("surfbar_stopped");