diff options
| -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 |
