Tims-Chat/templates/roomList.tpl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
230 B
Smarty
Raw Permalink Normal View History

2018-08-16 22:30:59 +00:00
{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'}