diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-01-20 01:14:54 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-01-20 01:14:54 -0500 |
| commit | faab952a795a1eee1ed6eaca476d56fcb77998aa (patch) | |
| tree | 5b90a7e345c82583cadac9eda58a6c5d5ec9b9c2 /template/head.st | |
| parent | a91eb914edb95a5facd62b2eac00186b7b8c63c1 (diff) | |
| parent | 9b9f1b51d63ee0a46d766d285ffac028d7c40cbb (diff) | |
Getting up to date
Diffstat (limited to 'template/head.st')
| -rwxr-xr-x | template/head.st | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/template/head.st b/template/head.st index 66f8fb1..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.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/jquery-1.3.2.min.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"> |
