diff options
Diffstat (limited to 'template/banner.st')
| -rw-r--r-- | template/banner.st | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/template/banner.st b/template/banner.st index f94971f..3bec6fa 100644 --- a/template/banner.st +++ b/template/banner.st @@ -12,19 +12,18 @@ <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$"> - $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 href="http://dump.fm/log" onclick="pageTracker._trackEvent('button', 'banner-log'); return true;"> <img src="http://dump.fm/static/img/thumbs/logbaricon.png"/> Log</a> + <a href="http://dump.fm/$user_nick$" onclick="pageTracker._trackEvent('button', 'banner-profile'); return true;"> + + <img src="http://dump.fm/static/img/thumbs/profilebaricon.png"/> Profile</a> + <a href="http://dump.fm/directory" onclick="pageTracker._trackEvent('button', 'banner-directory'); return true;"> + <img src="http://dump.fm/static/img/thumbs/directorybaricon.png"/> Directory + </a> + <a href="http://dump.fm/hall" onclick="pageTracker._trackEvent('button', 'banner-hall'); return true;"> + <img src="http://dump.fm/static/img/thumbs/halloffamebaricon.png"/> Hall of Fame </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="http://dump.fm/$user_nick$/favorites" onclick="pageTracker._trackEvent('button', 'banner-favs'); return true;"><img src="http://dump.fm/static/img/thumbs/favsbaricon.png"/> Favs</a> + <a href="http://dump.fm/browser" onclick="pageTracker._trackEvent('button', 'banner-search'); return true;"><img src="http://dump.fm/static/img/thumbs/searchbaricon.png"/> Image Search</a> $else$ <a href="/register" id="registerlink">The coolest way to share pictures. Click here to get started!</a> $endif$ @@ -48,13 +47,13 @@ $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)$ <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> + -<a href="http://vip.dump.fm/"> NAUGHTY BOYS DELIGHT </a> $endif$ </div> $if(user_nick)$ <div id="logout7" class="white"> <div align="center"> - <a href="/logout">Logout</a> + <a href="/logout" onclick="pageTracker._trackEvent('button', 'logout'); return true;">Logout</a> </div> $else$ <div id="toplogin" class="white"> |
