summaryrefslogtreecommitdiff
path: root/template/head.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-16 23:05:09 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-16 23:05:09 -0500
commiteae4c55ec22589a036f292fd3d9bf2c87fe5a39e (patch)
tree60013714b1714fec365678e0445b279319c46ef3 /template/head.st
parenta1350f6ec6d089f1a42805b17bc6cbc11fd0e3fa (diff)
parent0b435f081c7f9d9f5d2e351a6d7dc0fa2504c6ba (diff)
Merge branch 'master' of /pichat/repo/
Diffstat (limited to 'template/head.st')
-rwxr-xr-xtemplate/head.st10
1 files changed, 7 insertions, 3 deletions
diff --git a/template/head.st b/template/head.st
index 078f0fd..a9bb0f0 100755
--- a/template/head.st
+++ b/template/head.st
@@ -1,12 +1,16 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
+<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<!-- <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> -->
-<script type="text/javascript" src="/static/sha1.js"></script>
-<script type="text/javascript" src="/static/pichat.js"></script>
+<script type="text/javascript" src="/static/js/underscore-min.js"></script>
+<script type="text/javascript" src="/static/js/sha1.js"></script>
+<script type="text/javascript" src="/static/js/pichat.js"></script>
<link rel="stylesheet" type="text/css" href="/static/reset.css">
<link rel="stylesheet" type="text/css" href="/static/header.css">
+$if(!user_nick)$
+<link href="/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css">
+$endif$
<link rel="shortcut icon" href="/static/favicon.ico">
<script type="text/javascript">