mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Hides topic-container when topic is empty
This commit is contained in:
parent
96e13535e1
commit
80d7fb5bae
@ -182,8 +182,9 @@
|
||||
</div>
|
||||
<div class="second column">
|
||||
<div>
|
||||
<div class="topic border">
|
||||
{$room->topic}
|
||||
|
||||
<div class="topic border"{if !$room->topic|language} style="display: none;"{/if}>
|
||||
{$room->topic|language}
|
||||
</div>
|
||||
<div class="chatMessage border content">
|
||||
[HH:MM:SS] <User 1> Test
|
||||
|
Loading…
Reference in New Issue
Block a user