summaryrefslogtreecommitdiff
path: root/template/rooms/chat.st
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2011-02-13 01:13:47 -0500
committerScott Ostler <scottbot9000@gmail.com>2011-02-13 01:13:47 -0500
commit7c2d6edaa402efb084fe54b27b4603c351f979c8 (patch)
tree9e48dcf585377a47cf517604966bc17e7a7bccc7 /template/rooms/chat.st
parent7c66f2232f667f1805b94507483299efa088291b (diff)
Add $ to template links
Diffstat (limited to 'template/rooms/chat.st')
-rw-r--r--template/rooms/chat.st6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index f8829ca..63c8d11 100644
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -83,9 +83,9 @@
</div>
</div>
- <link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
- <link href="/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
- <script type="text/javascript" src="/static/js/win.js"></script>
+ <link href="$domain$/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
+ <link href="$domain$/static/css/header.css" rel="stylesheet" type="text/css" media="screen" />
+ <script type="text/javascript" src="$domain$/static/js/win.js"></script>
<script type="text/javascript">
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);