diff options
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> |
