diff options
| author | sostler <sbostler@gmail.com> | 2010-05-17 11:58:55 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-17 11:58:55 -0400 |
| commit | f3d4f45db32c105e5c700668eb420f4d3709cbf3 (patch) | |
| tree | c165624f6e88577ce477c7914b87db7156cef378 /template/banner.st | |
| parent | ffc48db948189fbce594d1a86be3fa197315aaed (diff) | |
| parent | bf4f19400e5aae3b27a7853d79d90d3d606315aa (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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$ |
