diff options
| author | tim b <timb@camcompu.home> | 2010-06-24 23:13:08 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-06-24 23:13:08 -0700 |
| commit | bb2e003f9f3362fca15272f527a6f87543ec1a21 (patch) | |
| tree | f52b0d778bdb7546224a947d43225c8e9e43aaf7 /template/banner.st | |
| parent | 15f5a8ed8e981486697790fe9613b1c26dceda42 (diff) | |
add fav to permalinks, link to conextual domain for local testing, longer fadeout on fav, cleanup some html
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/template/banner.st b/template/banner.st index f94971f..f025fc6 100644 --- a/template/banner.st +++ b/template/banner.st @@ -4,7 +4,7 @@ <div id="logo7"> <div align="center"> <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 /> - <a class="img_roll" href="http://dump.fm/"></a> + <a class="img_roll" href="$domain$"></a> </div> </div> <div class="white"> @@ -12,19 +12,19 @@ <div style="float: left;"> <div align="center"> $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$"> + <a href="$domain$/log"><img src="/static/img/log.gif"width="20px" height="20px">♣ Log</a> + <a href="$domain$/$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"> + <a href="$domain$/directory"> <img src="/static/img/directory.gif" width="20px" height="20px" />♠ Directory </a> - <a href="http://dump.fm/$user_nick$/favorites">❤ Favs</a> - <a href="http://dump.fm/browser"><img src="/static/img/image_draw.gif"/>♦ Image Search</a> + <a href="$domain$/$user_nick$/favorites">❤ Favs</a> + <a href="$domain$/browser"><img src="/static/img/image_draw.gif"/>♦ Image Search</a> $else$ <a href="/register" id="registerlink">The coolest way to share pictures. Click here to get started!</a> $endif$ @@ -46,7 +46,7 @@ <div id="topic"></div> <div id="dumplist"> $if(user_nick)$ - want a room? <a href="mailto:info@dump.fm">contact us! - <a href="http://dump.fm/chat/vortex"> checkout the image vortex!! </a>$else$ Talk with pictures! - <a href="http://dump.fm/chat/vortex"> checkout the nifty dump fm image vortex! </a> $endif$ $if(isadmin)$ + want a room? <a href="mailto:info@dump.fm">contact us! - <a href="$domain$/chat/vortex"> checkout the image vortex!! </a>$else$ Talk with pictures! - <a href="$domain$/chat/vortex"> checkout the nifty dump fm image vortex! </a> $endif$ $if(isadmin)$ <a href="http://news.dump.fm">- news</a> - <a href="http://gossip.dump.fm">gossip</a> - <a href="http://art.dump.fm">art</a> - <a href="http://gif.dump.fm">gif</a> - <a href="http://design.dump.fm">design</a> - <a href="http://fashion.dump.fm">fashion</a> -<a href="http://vip.dump.fm/"> VIP PIMP DEN (<del>GIRLS</del> BOYS ARE COOL) </a> $endif$ |
