Merge pull request #111 from ITC-Media/patch-14

Update view_channel.html
This commit is contained in:
Fahad Abbas 2017-03-14 17:55:33 +05:00 committed by GitHub
commit 2ec54b22ef

View file

@ -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>