summaryrefslogtreecommitdiff
path: root/template/banner.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/banner.st')
-rwxr-xr-xtemplate/banner.st20
1 files changed, 9 insertions, 11 deletions
diff --git a/template/banner.st b/template/banner.st
index b58a2b5..5f396bc 100755
--- a/template/banner.st
+++ b/template/banner.st
@@ -12,22 +12,20 @@
<div style="float: left;">
<div align="center">
$if(user_nick)$
- <ul id="banner-menu">
- <li><div id="lastli"><a href="/">.</a></div></li>
- <li><a href="/log"><img src="/static/text.gif" > Log</a></li>
- <li><a href="/u/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/home4.gif"width="22px" height="22px" />$endif$ Profile</a></li>
- <li><a href="/directory"><img src="/static/directory.gif"width="20px" height="20px" /> Directory</a></li>
- <li><a href="/browser"><img src="/static/image_draw.gif"/> Image Search</a></li>
- </ul>
+
+
+ <a href="/log" ><img src="/static/text.gif"width="20px" height="20px"> Log</a>
+ <a href="/u/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/home4.gif"width="22px" height="22px" />$endif$ Profile</a>
+ <a href="/directory"><img src="/static/directory.gif"width="20px" height="20px" /> Directory</a>
+ <a href="/browser"><img src="/static/image_draw.gif"/> Image Search</a>
+
$else$
- <ul id="banner-menu">
- <li><div id="lastli"><a href="/">.</a></div></li>
- <li><a href="/register"><img src="/static/answer_good.gif" />Register</a></li>
+<a href="/register"><img src="/static/answer_good.gif"width="20px" height="20px" />Register</a>
+
- </ul>
$endif$
</div>