Skip to content

Commit

Permalink
Update view_topic.tpl for secondary group update
Browse files Browse the repository at this point in the history
Update view_topic.tpl for secondary group update, to prevent displaying
if there is no secondary group
  • Loading branch information
samerton committed Nov 20, 2017
1 parent 3dc7ef7 commit 8a8cdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/templates/Default/view_topic.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<strong><a href="/profile/{$reply.mcname}">{$reply.username}</a></strong>
<br />
{$reply.user_group}
<br />
{$reply.user_group2}
{if !is_null($reply.user_group2)}<br />
{$reply.user_group2}{/if}
<br />
{$reply.user_title}
<hr>
Expand Down

0 comments on commit 8a8cdc5

Please sign in to comment.