X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fsurfbar%2Fsurfbar_frame_top.tpl;h=5dccbdc27c29f90b0c2ccdcefe0bc4de026465dd;hp=8a5d7fa5b59dffbc126770f1731fd58637bea986;hb=2bb20ee22b662cd8875b7056be1ddb7c16550058;hpb=76b1b077bda73310c536f658d3a9bb5e12232f39 diff --git a/templates/de/html/surfbar/surfbar_frame_top.tpl b/templates/de/html/surfbar/surfbar_frame_top.tpl index 8a5d7fa5b5..5dccbdc27c 100644 --- a/templates/de/html/surfbar/surfbar_frame_top.tpl +++ b/templates/de/html/surfbar/surfbar_frame_top.tpl @@ -10,8 +10,8 @@ »Aktuelle Seite in neuem Fenster öffnen« [Anhalten|Loginbereich|Ausloggen|Loginbereich|Ausloggen|Schliessen]
»{?MAIN_TITLE?} ist für den Inhalt nicht verantwortlich!« @@ -48,7 +48,7 @@ function Init() { } function Confirm() { - parent.surfbar_url.location="{?URL?}/surfbar.php?id=$content[id]&check=$content[check]&salt=$content[salt]"; + parent.surfbar_url.location="{%url=surfbar.php?id=$content[id]&check=$content[check]&salt=$content[salt]%}"; } function ReloadThis() { @@ -57,7 +57,7 @@ function ReloadThis() { } function InitCounter() { - parent.surfbar_url.location.href = "$content[url]"; + parent.surfbar_url.location.href = '$content[url]'; counter.innerHTML = '$content[reload]'; points.innerHTML = '$content[reward]'; reload.innerHTML = '$content[curr_reload]';