diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-16 23:04:51 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-16 23:04:51 -0500 |
| commit | a1350f6ec6d089f1a42805b17bc6cbc11fd0e3fa (patch) | |
| tree | b29dcb31d834cd68682ac3cd2eb8ced438ca7b57 | |
| parent | c74bc3cc46bd2125ca640342907ee53a8c663f9e (diff) | |
timb merging ryder's changes
| -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> |
