From: Roland Häder Date: Sat, 6 Sep 2008 17:36:40 +0000 (+0000) Subject: Banner place added for sleeping surfbar X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=291b7e06e55c4c9cbdac16afcd822014296db8a4 Banner place added for sleeping surfbar --- diff --git a/.gitattributes b/.gitattributes index fc15bfe11a..57e22a6f05 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1293,6 +1293,7 @@ templates/de/html/surfbar/surfbar_frame_banner.tpl -text templates/de/html/surfbar/surfbar_frame_start.tpl -text templates/de/html/surfbar/surfbar_frame_top.tpl -text templates/de/html/surfbar/surfbar_frameset.tpl -text +templates/de/html/surfbar/surfbar_start_banner.tpl -text templates/de/html/surfbar/surfbar_stopped.tpl -text templates/de/html/theme_one.tpl -text templates/de/html/theme_select_box.tpl -text diff --git a/surfbar.php b/surfbar.php index 56bcf8ccf7..be53f0094c 100644 --- a/surfbar.php +++ b/surfbar.php @@ -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("
"); + LOAD_TEMPLATE("surfbar_start_banner"); } else { // Load template for stopped surfbar LOAD_TEMPLATE("surfbar_stopped"); diff --git a/templates/de/html/surfbar/surfbar_start_banner.tpl b/templates/de/html/surfbar/surfbar_start_banner.tpl new file mode 100644 index 0000000000..e622e831d7 --- /dev/null +++ b/templates/de/html/surfbar/surfbar_start_banner.tpl @@ -0,0 +1 @@ +