diff options
| author | tim b <timb@camcompu.home> | 2010-09-26 20:20:46 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-09-26 20:20:46 -0700 |
| commit | 26c4553a31bd94678c49749eddc89b565ecfb0eb (patch) | |
| tree | e7e415edb621b2cb7f59c61de9b3002e554e36c1 /template/head.st | |
| parent | a7a62ca016abca387ba9e9ffb7393aed984b2ce1 (diff) | |
integrated new search style, image cache, compressed sha1 code
Diffstat (limited to 'template/head.st')
| -rw-r--r-- | template/head.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/head.st b/template/head.st index 4171858..ad23a44 100644 --- a/template/head.st +++ b/template/head.st @@ -5,7 +5,7 @@ <script type="text/javascript" src="$domain$/static/js/jquery-ui-1.8.effects.min.js"></script> <script type="text/javascript" src="$domain$/static/js/pichat.js"></script> <link rel="stylesheet" type="text/css" href="$domain$/static/css/dump.css"> - +<script>Domain = "$domain$"</script> $if(!user_nick)$ <link href="$domain$/static/form_login/front.css" media="screen, projection" rel="stylesheet" type="text/css"> |
