diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/chat.st | 7 | ||||
| -rwxr-xr-x | template/footer.st | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st index c5f176e..1bbdaf4 100755 --- a/template/chat.st +++ b/template/chat.st @@ -7,9 +7,14 @@ jQuery(document).ready(initChat); var Nick = $json_user_nick$; var Room = $json_room_key$; + var Timestamp = $timestamp$; + var PostedMessages = []; </script> </head> - <body> + <body> + $if(isadmin)$ + <h1>FUCK WE AN ADMIN</h1> + $endif$ $banner()$ <div id="chatrap"><div id="logc"> <div id="content"> diff --git a/template/footer.st b/template/footer.st index 82569f2..9fb6471 100755 --- a/template/footer.st +++ b/template/footer.st @@ -4,6 +4,7 @@ <a title="Web Analytics" href="http://getclicky.com/170656"><img alt="Web Analytics" src="http://static.getclicky.com/media/links/badge.gif" border="0" /></a> <script src="http://static.getclicky.com/js" type="text/javascript"></script> <script type="text/javascript">clicky.init(170656);</script> + <noscript><p><img alt="Clicky" width="1" height="1" src="http://static.getclicky.com/170656ns.gif" /></p></noscript> <script type="text/javascript"> |
