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
584 B
Smarty

<div class="stats hidden-xs text-muted">
<i class="fa fa-fw fa-user" title="[[global:posters]]"></i>
<span title="{posterCount}" class="human-readable-number">{posterCount}</span>
9 years ago
</div>
<div class="stats hidden-xs text-muted">
<i class="fa fa-fw fa-pencil" title="[[global:posts]]"></i>
<span component="topic/post-count" title="{postcount}" class="human-readable-number">{postcount}</span>
</div>
<div class="stats hidden-xs text-muted">
<i class="fa fa-fw fa-eye" title="[[global:views]]"></i>
<span class="human-readable-number" title="{viewcount}">{viewcount}</span>
9 years ago
</div>