diff options
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/banner.st b/template/banner.st index 160d349..335ea7c 100644 --- a/template/banner.st +++ b/template/banner.st @@ -2,7 +2,7 @@ <div id="header7"> <div id="logoicons"> <div id="logo7"> - <div align="center"><a href="/">dump.fm</a></div> + <div align="center"><a href="http://dump.fm">dump.fm</a></div> </div> <div class="white"> @@ -12,10 +12,10 @@ $if(user_nick)$ - <a href="/log" ><img src="/static/img/log.gif"width="20px" height="20px"> Log</a> - <a href="/$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> + <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> $else$ |
