diff options
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/template/banner.st b/template/banner.st index 5d629ca..7ab45a6 100644 --- a/template/banner.st +++ b/template/banner.st @@ -8,7 +8,10 @@ </div> </div> <div class="white"> - <div id="bar7"> + $if(!user_nick)$ + <div id="bar7dis"> $else$ + <div id="bar7"> + $endif$ <div style="float: left;"> <div align="center"> $if(user_nick)$ @@ -53,7 +56,7 @@ $else$ - <a href="/register" id="registerlink">The coolest way to share pictures. Click here to get started!</a> + <a href="http://dump.fm/register" id="disregister">Register</a> $endif$ </div> </div> @@ -81,8 +84,8 @@ <div id="topic"></div> <div id="dumplist"> $if(user_nick)$ -<a href="http://dump.fm/static/sticker.html">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a> $else$ Talk with pictures! $endif$ - <a href="http://dis.dump.fm">- dis magazine new style options</a> +<a href="http://dump.fm/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a><a href="http://dis.dump.fm">- dis magazine new style options</a> $else$ Talk with pictures! $endif$ + $if(isadmin)$ -<a href="http://vip.dump.fm/"> NAUGHTY BOYS DELIGHT </a> $endif$ </div> @@ -102,6 +105,9 @@ $else$ $form_login()$ </div> $endif$ + + + <div id="search-results"> <div id="search-controls"> <a id="search-control-previous">previous</a> @@ -114,4 +120,4 @@ $endif$ </div> <div align="center"><br /></div> </div> -</div>
\ No newline at end of file +</div> |
