1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-01-09 00:20:08 +00:00

Show formatted message in chat

This commit is contained in:
Tim Düsterhus 2011-12-04 22:55:56 +01:00
parent 7def9d4efd
commit cc38d47c7d

View File

@ -207,7 +207,7 @@
{foreach from=$newestMessages item='message'}
<li>
{* TODO: Use an own time-function to display a short timestamp *}
{@$message->time|time} {@$message->getFormattedUsername()}
{@$message->time|time} {@$message->getFormattedUsername()} {@$message->getFormattedMessage()}
</li>
{/foreach}
</ul>