Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Merge branch 'development' of https://github.com/arslancb/clipbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad-cb committed Mar 7, 2019
2 parents 1ae44a4 + 89fe0be commit 25a91ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions upload/styles/cb_28/layout/view_channel.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ <h2>{$field_group.group_name}</h2>
</li>
{/if}
{/foreach}
{$usercat = $userquery->get_category_name($user.category)}
<li><strong>Category: </strong>{$usercat.category_name}</li>
{if $smarty.foreach.profile_groups.iteration==1}
{$usercat = $userquery->get_category_name($user.category)}
<li><strong>Category: </strong>{$usercat.category_name}</li>
{/if}
</ul>
</div>
{/if}
Expand Down

0 comments on commit 25a91ef

Please sign in to comment.