1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-11-01 14:20:07 +00:00
Tims-Chat/template/log.tpl

17 lines
313 B
Smarty

<div id="timsChatLog">
<div class="timsChatMessageContainer">
<ul>
</ul>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
var log = new be.bastelstu.Chat.Log(chat);
log.handleMessages([
{implode from=$messages item='message'}
{@$message->jsonify()}
{/implode}
]);
//]]>
</script>