summaryrefslogtreecommitdiff
path: root/template/head.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/head.st')
-rwxr-xr-xtemplate/head.st8
1 files changed, 2 insertions, 6 deletions
diff --git a/template/head.st b/template/head.st
index 9f30ac0..2431e49 100755
--- a/template/head.st
+++ b/template/head.st
@@ -8,8 +8,8 @@
<script type="text/javascript" src="/static/js/pichat.js"></script>
<script type="text/javascript" src="/static/js/jquery.lavalamp.js"></script>
<script type="text/javascript" src="/static/js/jquery.easing.1.1.js"></script>
-<link rel="stylesheet" type="text/css" href="/static/reset.css">
-<link rel="stylesheet" type="text/css" href="/static/header.css">
+<link rel="stylesheet" type="text/css" href="/static/css/reset.css">
+<link rel="stylesheet" type="text/css" href="/static/css/header.css">
$if(!user_nick)$
<link href="/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css">
$endif$
@@ -39,10 +39,6 @@ function MM_swapImage() { //v3.0
}
//-->
-jQuery(document).ready(function () { MM_preloadImages('/static/mouseover.gif'); });
-
- jQuery(function() { jQuery("#banner-menu").lavaLamp({ fx: "backout", speed: 700 })});
-
</script>