diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-14 23:58:52 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-14 23:58:52 -0400 |
| commit | 9f16a91226b9b59a51e701c3f8e35b630e9e0d20 (patch) | |
| tree | 8803473ee59f666bf08be1c96c34525b2247569e /template/banner.st | |
| parent | 53f35e8f30145167ac01e014c5b0d21911ff8792 (diff) | |
sostler prod commit
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$ |
