1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00
Tims-Chat/template/log.tpl
2013-07-08 22:39:02 +02:00

17 lines
290 B
Smarty

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