diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-31 03:27:09 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-31 03:27:09 -0500 |
| commit | 2ca41848debe4dd760c342269fbdcf4eaf7ca0b7 (patch) | |
| tree | 138f15534ea5f4e6684f3e86144815cf3b580f78 /template/banner.st | |
| parent | 530f05ecae21c5bb5615371739b429000d61dbea (diff) | |
Adding prod changes
Diffstat (limited to 'template/banner.st')
| -rwxr-xr-x | template/banner.st | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/banner.st b/template/banner.st index 80d3865..1fbc62b 100755 --- 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="/chat"><i>dump.fm</i></a></div> + <div align="center"><a href="/chat" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image2','','/static/mouseover.gif',1)"><img src="/static/wordlogo2.gif" name="Image2" width="153" height="73" border="0"></a></div> <div id="strapline"><img src="/static/talkwith.png" width="179" height="53" /></div> </div> <div class="white"> @@ -13,7 +13,7 @@ $if(user_nick)$ <a href="/log"><img src="/static/text.gif" > Log</a> <a href="/u/$user_nick$"> - <img src="/static/home4.gif"/>Profile + <img src="/static/home4.gif"/> Profile </a> <a href="/browser"> <img src="/static/image_draw.gif" /> @@ -29,13 +29,13 @@ </div> </div> - <div id="logout7" class="white"> + $if(isadmin)$ - <div id="vip"> + <div id="vippp"> <a href="/VIP/chat"> ★ VIP ★ </a> </div> $endif$ - + <div id="logout7" class="white"> <div align="center">$if(user_nick)$ <a href="/logout"><img src="/static/door2.gif" width="16" height="16" /> Logout</a> $else$ $form_login()$ $endif$ </div> |
