summaryrefslogtreecommitdiff
path: root/template/banner.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-08-22 19:48:17 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-08-22 19:48:17 -0400
commit0791d4f2c2152c4e88ba6c4527fe354667cacf45 (patch)
treef4e196dda47d087179eb79dad333842a31123292 /template/banner.st
parent802630b46375f391e8cbe0445d59e032ed64329c (diff)
sostler prod commit
Diffstat (limited to 'template/banner.st')
-rw-r--r--template/banner.st16
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>