diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-16 22:34:25 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-16 22:34:25 -0400 |
| commit | b411efc9142bcf874cb93cdc4436fafa36f92d79 (patch) | |
| tree | 12d81c868dc31a6ff353f75b7e30d484be94c696 | |
| parent | 2196eb5e0a8e093dab7436773a470d1143661a4d (diff) | |
timb commiting prod changes
| -rw-r--r-- | template/chat.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/chat.st b/template/chat.st index 43a1f34..afc3717 100644 --- a/template/chat.st +++ b/template/chat.st @@ -78,7 +78,7 @@ $banner()$ </div> <div id="messagePane"> - <div id="userList"> + $if(user_nick)$ <div id="userList"> $users: { u | <div class="username"><a href="/$u.nick$" target="_blank"> $u.score_ent$ @@ -90,7 +90,7 @@ $banner()$ $u.nick$</a><br> </div> }$ - </div> + </div>$endif$ <div id="favbox" style="display: hidden"></div> <div id="messageList"> $messages: { m | |
