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}
|
||||
{$popular_users = get_users(['order'=>'profile_hits DESC limit 5'])}
|
||||
{if $popular_users}
|
||||
<h2>{lang code="Popular Users"}</h2>
|
||||
<h2>{lang code="popular_users"}</h2>
|
||||
<div class="clearfix sidebar-channels">
|
||||
{foreach $popular_users as $popular}
|
||||
{if $popular.username == $smarty.get.user}
|
||||
|
@ -482,4 +482,4 @@ $('#cover_info').show();
|
|||
$(window).resize(function() {
|
||||
editpickVideos();
|
||||
});
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue