Naming-inconsistency fixed #2
[mailer.git] / templates / de / html / surfbar / surfbar_frame_textlinks.tpl
index 7c0ea807dc565e21c6b2bcefa4b5995fbce24a0a..ef147b3071dd28291e3ed987926eb585eb4b2505 100644 (file)
@@ -1,18 +1,19 @@
 <table border="0" cellspacing="0" cellpadding="0" width="100%" id="surfbar_table">
 <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>
-               <!-- Maximal 18 Pixel Hoehe, gut geeignet fuer Textlinks! //-->
+               Jetzt Online: <span id="surfbar_counter">$content[online]</span> -
+               <!-- @TODO These are static lines and should be replaced by a filter (see ext-sponsor) //-->
+               <a href="{%url=modules.php?module=index&amp;what=impressum%}" target="_blank">Ihr Textlink hier?</a> -
+               <a href="{%url=modules.php?module=index&amp;what=impressum%}" target="_blank">Ihr Textlink hier?</a> -
+               <a href="{%url=modules.php?module=index&amp;what=impressum%}" target="_blank">Ihr Textlink hier?</a>
+               <!-- Maximal 18 Pixel Hoehe, gut geeignet f&uuml;r Textlinks! //-->
        </td>
 </tr>
 </table>
 <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]);