modified : category repitition issue fixed for view channel page
This commit is contained in:
parent
b553a0b424
commit
89fe0bea07
1 changed files with 4 additions and 2 deletions
|
@ -118,8 +118,10 @@
|
||||||
</li>
|
</li>
|
||||||
{/if}
|
{/if}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
{$usercat = $userquery->get_category_name($user.category)}
|
{if $smarty.foreach.profile_groups.iteration==1}
|
||||||
<li><strong>Category: </strong>{$usercat.category_name}</li>
|
{$usercat = $userquery->get_category_name($user.category)}
|
||||||
|
<li><strong>Category: </strong>{$usercat.category_name}</li>
|
||||||
|
{/if}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Reference in a new issue