summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-01-24 18:58:30 -0500
committersostler <sbostler@gmail.com>2010-01-24 18:58:30 -0500
commitf693b194db825faee8cd8d9fe9d767fcd1de7f5e (patch)
tree9d51338b6906552e750a7c998ca2f50486b97079
parent12548ad8f1107e4dda3580124bcceb3c491adcfa (diff)
move VIP link
-rwxr-xr-xtemplate/banner.st52
1 files changed, 35 insertions, 17 deletions
diff --git a/template/banner.st b/template/banner.st
index 935ac78..df66aec 100755
--- a/template/banner.st
+++ b/template/banner.st
@@ -1,35 +1,53 @@
<div id="rapper7">
<div id="header7">
<div id="logo7">
- <div align="center"><a href="/chat" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/static/mouseover.gif',1)"><img src="/static/wordlogo2.gif" name="Image2" width="153" height="73" border="0"></a></div>
-
- <div id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div>
+ <div align="center">
+ <a href="/chat"
+ onMouseOut="MM_swapImgRestore()"
+ onMouseOver="MM_swapImage('Image2','','/static/mouseover.gif',1)">
+ <img src="/static/wordlogo2.gif" name="Image2" width="153" height="73" border="0">
+ </a>
+ </div>
+ <div id="strapline">
+ <img src="/static/talkwith.png" width="179" height="53" />
+ </div>
</div>
<div class="white">
<div id="bar7">
<div style="float: left;">
- <div align="center">$if(user_nick)$&nbsp;
- <a href="/log"> Log </a> &#x2605;
- <a href="/u/$user_nick$"> Profile </a> &#x2605; <a href="/browser"> Browser Tool </a>
- $else$ &#x2605;<a href="/register">Register </a>&#x2605;
+ <div align="center">
+ $if(user_nick)$&nbsp;
+ <a href="/log"> Log </a> &#x2605;
+ <a href="/u/$user_nick$"> Profile </a> &#x2605;
+ <a href="/browser"> Browser Tool </a>
+ $else$ &#x2605;
+ <a href="/register">Register </a>&#x2605;
$endif$
-
-
-
- $if(isadmin)$
- <div id="vip">
- <a href="/VIP/chat"> &#x2605; VIP &#x2605; </a>
- </div>$endif$
</div>
</div>
</div>
</div>
- <div id="logout7" class="white">
- <div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/door2.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$
- </div>
+
+ <div id="logout7" class="white">
+
+ $if(isadmin)$
+ <div id="vip">
+ <a href="/VIP/chat"> &#x2605; VIP &#x2605; </a>
+ </div>
+ $endif$
+
+ <div align="center">
+ $if(user_nick)$
+ <a href="/logout">
+ <img src="/static/door2.gif" width="16" height="16" /> Logout
+ </a>
+ $else$ $form_login()$ $endif$
+ </div>
</div>
<div align="center"><br />
</div>
</div>
</div>
+
+