diff options
Diffstat (limited to 'template')
| -rw-r--r-- | template/mini_profile.st | 1 | ||||
| -rw-r--r-- | template/popular.st | 2 | ||||
| -rw-r--r-- | template/rooms/VIP.st | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/template/mini_profile.st b/template/mini_profile.st index a991f6b..90b1689 100644 --- a/template/mini_profile.st +++ b/template/mini_profile.st @@ -20,6 +20,7 @@ <div><a href="http://dump.fm/$nick$/log">dumps</a></div> <div><a href="http://dump.fm/$nick$/favorites">dumps faved</a></div> + <div><a href="http://dump.fm/$nick$/popular">top dumps</a></div> <br> <h3>contact info</h3> $if(contact)$ diff --git a/template/popular.st b/template/popular.st index c900dd9..162c63b 100644 --- a/template/popular.st +++ b/template/popular.st @@ -4,7 +4,7 @@ $head()$ <script> jQuery(function() { - initLog([]) + initLog($recips$); }); </script> diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st index fa38eb5..9ade34c 100644 --- a/template/rooms/VIP.st +++ b/template/rooms/VIP.st @@ -10,7 +10,7 @@ \ \:\/:/ \ \:\ /:/ \ \:\ \ \::/ \ \::/ \ \:\ \ \::/ \ \:\/:/ \ \:\ \ \:\ \ \:\ \ \:\ \__\/ \ \::/ \ \:\ \ \:\ \ \:\ \ \:\ - \__\/ \__\/ \__\/ \__\/ \__\/ + \__\/ \__\/ \__\/ \__\/ \__\/ (c)2010 dump.fm --> @@ -140,8 +140,8 @@ <div id="vipinfo" style="position: absolute; z-index: 100000; right: 50; bottom: 125; background: white; padding: 10px; opacity: .75;"> <h1>Welcome to the cool club</h1> <ul> - <li><a href="/roomlist">Rooms</a></li> - <li><a href="/mutes">Mutes</a></li> + <li><a href="http://dump.fm/roomlist">Rooms</a></li> + <li><a href="http://dump.fm/mutes">Mutes</a></li> </ul> </div> </body> |
