diff options
Diffstat (limited to 'template/banner.st')
| -rwxr-xr-x | template/banner.st | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/template/banner.st b/template/banner.st index 1a54489..9e92d8c 100755 --- a/template/banner.st +++ b/template/banner.st @@ -10,25 +10,23 @@ <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> - | <a href="/browser">Browser Tool</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)$ - | <a href="/VIP/chat"> ★ VIP ★</a> + <img src="/static/jewelblu.gif"><a href="/VIP/chat"> ★ VIP ★ </a> $endif$ </div> </div> </div> </div> - $if(user_nick)$ <div id="logout7" class="white"> - <div align="center"> <a href="/logout">Logout</a> + <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> - $else$ $form_login()$ $endif$ <div align="center"><br /> </div> </div> |
