diff options
| author | timb <timb@mb.home> | 2010-03-21 00:23:38 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-03-21 00:23:38 -0700 |
| commit | 35c929f102a49dce6dd8f61d348394ae227e9496 (patch) | |
| tree | 990c2ae65d30c9fad04fe308bcb19fd13b20c895 /template | |
| parent | 32849ee87f74148b28f8ed890437a84ccc38700e (diff) | |
removed <html> from banner
Diffstat (limited to 'template')
| -rwxr-xr-x | template/banner.st | 4 | ||||
| -rwxr-xr-x | template/head.st | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/template/banner.st b/template/banner.st index 1d080a1..b58a2b5 100755 --- a/template/banner.st +++ b/template/banner.st @@ -1,7 +1,3 @@ -<html> -<head> - -</head> <div id="rapper7"> <div id="header7"> diff --git a/template/head.st b/template/head.st index f650579..fdf5fea 100755 --- a/template/head.st +++ b/template/head.st @@ -42,5 +42,4 @@ jQuery(document).ready(function () { MM_preloadImages('/static/mouseover.gif'); jQuery(function() { jQuery("#banner-menu").lavaLamp({ fx: "backout", speed: 700 })}); -</script> -$preload()$ +</script>
\ No newline at end of file |
