Banner place added for sleeping surfbar
authorRoland Häder <roland@mxchange.org>
Sat, 6 Sep 2008 17:36:40 +0000 (17:36 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 6 Sep 2008 17:36:40 +0000 (17:36 +0000)
.gitattributes
surfbar.php
templates/de/html/surfbar/surfbar_start_banner.tpl [new file with mode: 0644]

index fc15bfe11ab2df57465ca230a2caf7a6da161471..57e22a6f053cff200a7a0db1833c7be9246e3b21 100644 (file)
@@ -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
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");
diff --git a/templates/de/html/surfbar/surfbar_start_banner.tpl b/templates/de/html/surfbar/surfbar_start_banner.tpl
new file mode 100644 (file)
index 0000000..e622e83
--- /dev/null
@@ -0,0 +1 @@
+<!-- Hier kommt Banner-Code rein, der beim "Ruhen" der Surfbar angezeigt wird //-->