diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-16 23:05:09 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-16 23:05:09 -0500 |
| commit | eae4c55ec22589a036f292fd3d9bf2c87fe5a39e (patch) | |
| tree | 60013714b1714fec365678e0445b279319c46ef3 /template/banner.st | |
| parent | a1350f6ec6d089f1a42805b17bc6cbc11fd0e3fa (diff) | |
| parent | 0b435f081c7f9d9f5d2e351a6d7dc0fa2504c6ba (diff) | |
Merge branch 'master' of /pichat/repo/
Diffstat (limited to 'template/banner.st')
| -rwxr-xr-x | template/banner.st | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/banner.st b/template/banner.st index cce6299..1a54489 100755 --- a/template/banner.st +++ b/template/banner.st @@ -23,10 +23,12 @@ </div> </div> </div> + $if(user_nick)$ <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"> <a href="/logout">Logout</a> </div> </div> + $else$ $form_login()$ $endif$ <div align="center"><br /> </div> </div> |
