Merge pull request #111 from ITC-Media/patch-14
Update view_channel.html
This commit is contained in:
commit
2ec54b22ef
1 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
{$popular_users = get_users(['order'=>'profile_hits DESC limit 5'])}
|
{$popular_users = get_users(['order'=>'profile_hits DESC limit 5'])}
|
||||||
{if $popular_users}
|
{if $popular_users}
|
||||||
<h2>{lang code="Popular Users"}</h2>
|
<h2>{lang code="popular_users"}</h2>
|
||||||
<div class="clearfix sidebar-channels">
|
<div class="clearfix sidebar-channels">
|
||||||
{foreach $popular_users as $popular}
|
{foreach $popular_users as $popular}
|
||||||
{if $popular.username == $smarty.get.user}
|
{if $popular.username == $smarty.get.user}
|
||||||
|
|
Loading…
Add table
Reference in a new issue