diff options
| author | sostler <sbostler@gmail.com> | 2010-01-04 04:08:37 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-04 04:08:37 -0500 |
| commit | 450f4d7978578e9c263af522587cbf611c38a5b6 (patch) | |
| tree | 99e05199bb60a605cbbaedafa3c7c8a4b4cbf778 /template/chat.st | |
| parent | 5c4d9aaf8c674183e38f5b7b499784714d025dc1 (diff) | |
Added additional rooms
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 3 |
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> |
