diff options
Diffstat (limited to 'template/chat.st')
| -rw-r--r-- | template/chat.st | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st index 00473f1..21ae381 100644 --- a/template/chat.st +++ b/template/chat.st @@ -67,7 +67,11 @@ $endif$ </style> </head> <body> -$banner()$ +$if(dis)$ + $banner_dis()$ +$else$ + $banner()$ +$endif$ <div id="chatrap"> |
