Merge branch 'development' of https://github.com/arslancb/clipbucket
This commit is contained in:
commit
25a91ef569
1 changed files with 4 additions and 2 deletions
|
@ -118,8 +118,10 @@
|
|||
</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}
|
||||
|
|
Loading…
Add table
Reference in a new issue