diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-09-09 21:27:04 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-09-09 21:27:04 -0400 |
| commit | 04d21cebc528d9925e2845cd44a479803cc32abe (patch) | |
| tree | 515815f345722397ca281c00ecdffeeaca023cea /template/rooms/VIP.st | |
| parent | 83371f2fd3e885f808d79cabfd987434227818e6 (diff) | |
| parent | aaae9648aaaa867bda586cf7cc7d63ff92689644 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/rooms/VIP.st')
| -rw-r--r-- | template/rooms/VIP.st | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st index 0ad074b..2feb579 100644 --- a/template/rooms/VIP.st +++ b/template/rooms/VIP.st @@ -96,7 +96,6 @@ $endif$ <div id="chatrap"> - <div id="dcontent"> <div id="messagetabs"></div> <div id="rapper"> @@ -187,5 +186,13 @@ $endif$ $footer()$ </div> $preload()$ + +<div id="vipinfo" style="position: absolute; z-index: 100000; right: 50; bottom: 75;"> + <h1>Welcome to the cool club</h1> + <ul><li><a href="/roomlist">Rooms</href></li> + <li><a href="/mutes">Mutes</href></li> + </ul> +</div> + </body> </html> |
