summaryrefslogtreecommitdiff
path: root/template/banner.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/banner.st')
-rw-r--r--template/banner.st10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/banner.st b/template/banner.st
index 335ea7c..1c5b9a2 100644
--- a/template/banner.st
+++ b/template/banner.st
@@ -12,10 +12,10 @@
$if(user_nick)$
- <a href="http://dump.fm/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a>
- <a href="http://dump.fm/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a>
- <a href="http://dump.fm/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a>
- <a href="http://dump.fm/browser"><img src="/static/img/image_draw.gif"/> Image Search</a>
+ <a href="http://dump.fm/log" ><img src="/static/img/log.gif"width="20px" height="20px">&#9827; Log</a>
+ <a href="http://dump.fm/$user_nick$">$if(user_avatar)$<img src="$user_avatar$" width="19px" height="19px" />$else$<img src="/static/img/profile.gif"width="22px" height="22px" />$endif$&#9829; Profile</a>
+ <a href="http://dump.fm/directory"><img src="/static/img/directory.gif"width="20px" height="20px" />&#9824; Directory</a>
+ <a href="http://dump.fm/browser"><img src="/static/img/image_draw.gif"/>&#9830; Image Search</a>
$else$
@@ -41,7 +41,7 @@
</div>
$endif$
<div id="logout7" class="white">
- <div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/img/door.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$
+ <div align="center">$if(user_nick)$ <a href="/logout"> Logout</a> $else$ $form_login()$ $endif$
</div>
</div>