diff options
| -rwxr-xr-x | template/banner.st | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/banner.st b/template/banner.st index 3998ff0..cce6299 100755 --- a/template/banner.st +++ b/template/banner.st @@ -2,6 +2,8 @@ <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"> @@ -13,7 +15,8 @@ $endif$ <a href="/chat">Room A</a> | <a href="/log">Log</a> - $if(isadmin)$ + | <a href="/browser">Browser Tool</a> + $if(isadmin)$ | <a href="/VIP/chat"> ★ VIP ★</a> $endif$ </div> |
