summaryrefslogtreecommitdiff
path: root/template/banner.st
diff options
context:
space:
mode:
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>