diff options
Diffstat (limited to 'template/banner.st')
| -rwxr-xr-x | template/banner.st | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/template/banner.st b/template/banner.st index 3998ff0..9e92d8c 100755 --- a/template/banner.st +++ b/template/banner.st @@ -2,26 +2,29 @@ <div id="header7"> <div id="logo7"> <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"> <div id="bar7"> <div style="float: left;"> <div align="center">$if(user_nick)$ - <a href="/u/$user_nick$">★ Profile ★</a> | - $else$ <a href="/register">Register</a> | + <a href="/u/$user_nick$"> Profile </a> <img src="/static/jewelblu.gif"> + $else$ <a href="/register">Register </a><img src="/static/jewelblu.gif"> $endif$ - <a href="/chat">Room A</a> | - <a href="/log">Log</a> - $if(isadmin)$ - | <a href="/VIP/chat"> ★ VIP ★</a> + <a href="/chat">Room A </a><img src="/static/jewelblu.gif"> + <a href="/log">Log </a> + <img src="/static/jewelblu.gif"><a href="/browser">Browser Tool </a> + $if(isadmin)$ + <img src="/static/jewelblu.gif"><a href="/VIP/chat"> ★ VIP ★ </a> $endif$ </div> </div> </div> </div> <div id="logout7" class="white"> - <div align="center">$if(user_nick)$ <a href="/logout">Logout</a> $else$ <a href="/" class="btnav">Log In</a>$endif$ + <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> </div> <div align="center"><br /> |
