diff --git a/templates/topic.tpl b/templates/topic.tpl index 33e8b38..c8bdfd7 100644 --- a/templates/topic.tpl +++ b/templates/topic.tpl @@ -131,7 +131,7 @@ <!-- ENDIF posts.editor.username --> </span> <span class="pull-left"> - [[global:reputation]]: <i class='fa fa-star'></i> <span data-reputation="{posts.user.reputation}" data-uid="{posts.uid}" class='formatted-number reputation'>{posts.user.reputation}</span> | [[global:posts]]: <i class='fa fa-pencil'></i> <span class='formatted-number user_postcount_{posts.uid}'>{posts.user.postcount}</span> + [[global:reputation]]: <i class='fa fa-star'></i> <span data-reputation="{posts.user.reputation}" data-uid="{posts.uid}" class='formatted-number reputation'>{posts.user.reputation}</span> | [[global:posts]]: <i class='fa fa-pencil'></i> <span class='formatted-number' component="user/postcount" data-uid="{posts.uid}" data-postcount="{posts.user.postcount}">{posts.user.postcount}</span> <!-- IF posts.user.custom_profile_info.length --> <!-- BEGIN custom_profile_info --> | {posts.user.custom_profile_info.content}