diff options
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/template/banner.st b/template/banner.st index 31f7595..5927a62 100644 --- a/template/banner.st +++ b/template/banner.st @@ -69,7 +69,13 @@ - + <div id="dumplist"> + + $if(user_nick)$ + <a href="http://dump.fm/fullscreen">checkout dump.fm in full-screen </a> - <a href="http://abcdef4.dump.fm/">MYSTERY ROOM!!!!!!!! </a> $else$ <style>#dumplist{z-index:-1!important;}</style> $endif$ + $if(isadmin)$ - <a href="http://vip.dump.fm/">NAUGHTY BOYS DELIGHT </a> + $endif$ + </div> @@ -90,11 +96,12 @@ </div> + + </div> <div id="inpage-search-results" > <div id="search-controls"> <span id="search-message"></span> <a id="search-control-close" href="javascript:Search.close()">close</a> </div> <div id="search-results-images"></div> - </div> - </div> + </div>
\ No newline at end of file |
