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
}
// 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");
<script language="JavaScript" type="text/javascript">
<!--
function Reload() {
- this.location.reload();
+ this.location.href='{!URL!}/surfbar.php?frame=textlinks';
}
window.setTimeout("Reload()", $content[reload]);
//-->
-</script>
\ No newline at end of file
+</script>
--- /dev/null
+<table border="0" cellspacing="0" cellpadding="0" width="100%" class="surfbar_table">
+<tr>
+ <td class="surfbar_td">
+ <!-- Maximal 18 Pixel Hoehe, gut geeignet fuer Textlinks! //-->
+ </td>
+</tr>
+</table>
+<script language="JavaScript" type="text/javascript">
+<!--
+function Reload() {
+ this.location.href='{!URL!}/surfbar.php?frame=stats';
+}
+
+window.setTimeout("Reload()", $content[reload]);
+//-->
+</script>