summaryrefslogtreecommitdiff
path: root/template/banner.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-01-24 18:58:10 -0500
committersostler <sbostler@gmail.com>2010-01-24 18:58:10 -0500
commit12548ad8f1107e4dda3580124bcceb3c491adcfa (patch)
tree9b5d78d1a329cac472fabdedb9595f8f9b596f0c /template/banner.st
parenteb51bce12f0e866d09ce7df2e619820d76061af3 (diff)
parente41bdf3a328e9984fba4cf1d6d43d96fbe3cd396 (diff)
commit changes from prod
Diffstat (limited to 'template/banner.st')
-rwxr-xr-xtemplate/banner.st16
1 files changed, 9 insertions, 7 deletions
diff --git a/template/banner.st b/template/banner.st
index 9e92d8c..935ac78 100755
--- a/template/banner.st
+++ b/template/banner.st
@@ -10,15 +10,17 @@
<div id="bar7">
<div style="float: left;">
<div align="center">$if(user_nick)$&nbsp;
- <a href="/u/$user_nick$"> Profile </a> <img src="/static/jewelblu.gif">
- $else$ <a href="/register">Register </a><img src="/static/jewelblu.gif">
+ <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$
- <a href="/chat">Room A </a><img src="/static/jewelblu.gif">
- <a href="/log">Log </a>
- <img src="/static/jewelblu.gif"><a href="/browser">Browser Tool </a>
+
+
+
$if(isadmin)$
- <img src="/static/jewelblu.gif"><a href="/VIP/chat"> &#x2605; VIP &#x2605; </a>
- $endif$
+ <div id="vip">
+ <a href="/VIP/chat"> &#x2605; VIP &#x2605; </a>
+ </div>$endif$
</div>
</div>
</div>