You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
419 B
Smarty

<div class="clearfix">
<div class="icon pull-left">
<a href="<!-- IF post.user.userslug -->{config.relative_path}/user/{post.user.userslug}<!-- ELSE -->#<!-- ENDIF post.user.userslug -->">
{buildAvatar(post.user, "sm", true, "", "user/picture")} {post.user.username}
</a>
</div>
<small class="pull-right">
<span class="timeago" title="{post.timestampISO}"></span>
</small>
</div>
<div>{post.content}</div>