diff options
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/template/banner.st b/template/banner.st index 9c6198c..02613c6 100644 --- a/template/banner.st +++ b/template/banner.st @@ -4,7 +4,6 @@ <div id="logoicons"> <div id="logo7"> <div align="center"><a href="/">dump.fm</a></div> - <div id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div> </div> <div class="white"> @@ -14,16 +13,16 @@ $if(user_nick)$ - <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> + <a href="/log" ><img src="/static/img/log.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/img/profile.gif"width="22px" height="22px" />$endif$ Profile</a> + <a href="/directory"><img src="/static/img/directory.gif"width="20px" height="20px" /> Directory</a> + <a href="/browser"><img src="/static/img/image_draw.gif"/> Image Search</a> $else$ <div id="registerlink"> -<a href="/register"><img src="/static/ako.gif"width="21px" height="21px" /> Register</a> +<a href="/register"><img src="/static/img/ako.gif"width="21px" height="21px" /> Register</a> </div> @@ -43,7 +42,7 @@ </div> $endif$ <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 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> </div> |
