From 5fcc4a6ee46b5fc4bc8bee9f71fa5078fc25c5a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org> Date: Mon, 5 Oct 2009 22:56:06 +0000 Subject: [PATCH] Better out, then it is automatic --- templates/de/html/surfbar/surfbar_frameset.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/de/html/surfbar/surfbar_frameset.tpl b/templates/de/html/surfbar/surfbar_frameset.tpl index ba0e69e257..bb10272b83 100644 --- a/templates/de/html/surfbar/surfbar_frameset.tpl +++ b/templates/de/html/surfbar/surfbar_frameset.tpl @@ -10,7 +10,7 @@ if (top.frames.length > 0) { <frame name="surfbar_top" src="{!URL!}/surfbar.php?frame=top" frameborder="no" scrolling="no" noresize> <frame name="surfbar_banner" src="{!URL!}/surfbar.php?frame=banner" frameborder="no" scrolling="no" noresize> </frameset> - <frame name="surfbar_url" src="{!URL!}/surfbar.php?frame=start" frameborder="no" scrolling="yes" noresize> + <frame name="surfbar_url" src="{!URL!}/surfbar.php?frame=start" frameborder="no" noresize> <frame name="surfbar_stats" src="{!URL!}/surfbar.php?frame=stats" frameborder="no" scrolling="no" noresize> </frameset> <noframes> -- 2.39.5