From 70306dff15bb32235fe9a851ccfbaf47f8944ad1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 8 Sep 2008 20:26:12 +0000 Subject: [PATCH] Textlinks added to surfbar bottom frame --- .gitattributes | 1 + surfbar.php | 2 +- .../de/html/surfbar/surfbar_frame_stats.tpl | 4 ++-- .../de/html/surfbar/surfbar_frame_textlinks.tpl | 16 ++++++++++++++++ 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 templates/de/html/surfbar/surfbar_frame_textlinks.tpl diff --git a/.gitattributes b/.gitattributes index f075887980..858b7a8899 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1302,6 +1302,7 @@ templates/de/html/surfbar/.htaccess -text templates/de/html/surfbar/surfbar_frame_banner.tpl -text templates/de/html/surfbar/surfbar_frame_start.tpl -text templates/de/html/surfbar/surfbar_frame_stats.tpl -text +templates/de/html/surfbar/surfbar_frame_textlinks.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 diff --git a/surfbar.php b/surfbar.php index d182bf0b92..3655fd58ac 100644 --- a/surfbar.php +++ b/surfbar.php @@ -61,7 +61,7 @@ if (defined('mxchange_installed') && (isBooleanConstantAndTrue('mxchange_install } // Is there a check value? - if ((SURFBAR_CHECK_RELOAD_FULL()) || ((isset($_GET['frame'])) && (in_array($_GET['frame'], array("stop", "stop2", "stats"))))) { + if ((SURFBAR_CHECK_RELOAD_FULL()) || ((isset($_GET['frame'])) && (in_array($_GET['frame'], array("stop", "stop2", "stats", "textlinks"))))) { // Reload-lock is full, surfbar stopped so... // Load header require_once(PATH."inc/header.php"); diff --git a/templates/de/html/surfbar/surfbar_frame_stats.tpl b/templates/de/html/surfbar/surfbar_frame_stats.tpl index ca2ee0f627..367787541a 100644 --- a/templates/de/html/surfbar/surfbar_frame_stats.tpl +++ b/templates/de/html/surfbar/surfbar_frame_stats.tpl @@ -14,9 +14,9 @@ \ No newline at end of file + diff --git a/templates/de/html/surfbar/surfbar_frame_textlinks.tpl b/templates/de/html/surfbar/surfbar_frame_textlinks.tpl new file mode 100644 index 0000000000..f6f8f72c3a --- /dev/null +++ b/templates/de/html/surfbar/surfbar_frame_textlinks.tpl @@ -0,0 +1,16 @@ + + + + +
+ +
+ -- 2.39.2