mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
10 lines
230 B
Smarty
10 lines
230 B
Smarty
{include file='header'}
|
|
<div class="section sectionChatRoomList">
|
|
<div class="box">
|
|
<div class="boxContent">
|
|
{include application='chat' file='boxRoomList' boxRoomList=$rooms}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{include file='footer'}
|