]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/surfbar/surfbar_frame_textlinks.tpl
Global rewrite of engine:
[mailer.git] / templates / de / html / surfbar / surfbar_frame_textlinks.tpl
index 3005c4e631cf496878ce2b7a21ac7eaf9fc4459b..05f8037686a9abe4fa287d8f4dd3dc4af27aca65 100644 (file)
@@ -2,9 +2,10 @@
 <tr>
        <td id="surfbar_td">
                &raquo;Jetzt Online: <span id="surfbar_counter">$content[online]</span>&laquo;&nbsp;-
-               <a href="{?URL?}/modules.php?module=index&amp;what=impressum" target="_blank">Ihr Textlink hier?</a>&nbsp;-
-               <a href="{?URL?}/modules.php?module=index&amp;what=impressum" target="_blank">Ihr Textlink hier?</a>&nbsp;-
-               <a href="{?URL?}/modules.php?module=index&amp;what=impressum" target="_blank">Ihr Textlink hier?</a>
+               <!-- @TODO These are static lines and should be replaced by a filter (see ext-sponsor) //-->
+               <a href="{%url=modules.ph?module=index&amp;what?mpres?m%}" target="_blank">Ihr Textlink hier?</a>&nbsp;-
+               <a href="{%url=modules.ph?module=index&amp;what?mpres?m%}" target="_blank">Ihr Textlink hier?</a>&nbsp;-
+               <a href="{%url=modules.ph?module=index&amp;what?mpres?m%}" target="_blank">Ihr Textlink hier?</a>
                <!-- Maximal 18 Pixel Hoehe, gut geeignet f&uuml;r Textlinks! //-->
        </td>
 </tr>
@@ -12,7 +13,7 @@
 <script type="text/javascript">
 <!--
 function Reload() {
-       this.location.href='{?URL?}/surfbar.php?frame=stats';
+       this.location.href = '{%url,js=surfbar.php?frame=stats%}';
 }
 
 window.setTimeout("Reload()", $content[reload]);