summaryrefslogtreecommitdiff
path: root/template/chat.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-01-04 04:08:37 -0500
committersostler <sbostler@gmail.com>2010-01-04 04:08:37 -0500
commit450f4d7978578e9c263af522587cbf611c38a5b6 (patch)
tree99e05199bb60a605cbbaedafa3c7c8a4b4cbf778 /template/chat.st
parent5c4d9aaf8c674183e38f5b7b499784714d025dc1 (diff)
Added additional rooms
Diffstat (limited to 'template/chat.st')
-rwxr-xr-xtemplate/chat.st3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st
index b9c88b4..47a91b2 100755
--- a/template/chat.st
+++ b/template/chat.st
@@ -1,11 +1,12 @@
<html>
<head>
- <title>dump.fm</title>
+ <title>dump.fm | $roomname$</title>
$head()$
<link rel="stylesheet" type="text/css" href="/static/pichat.css">
<script>
jQuery(document).ready(initChat);
var Nick = $json_user_nick$;
+ var Room = $json_room_key$;
</script>
</head>
<body>