{include file="$style_dir/blocks/view_channel/channel_header.html"}
@@ -100,13 +101,14 @@
diff --git a/upload/styles/cb_28/layout/view_channel.html b/upload/styles/cb_28/layout/view_channel.html index b05b3be9..a0a09eda 100644 --- a/upload/styles/cb_28/layout/view_channel.html +++ b/upload/styles/cb_28/layout/view_channel.html @@ -1,8 +1,9 @@ {$myAccountLinks = $userquery->my_account_links()} {$leftMenuLinks = array_slice($myAccountLinks, 7)} {lang code='channel' assign='object_type'} -{$uservideos=get_videos(["user"=>$user.userid, "order"=>"date_added DESC"])} +{$uservideos=get_videos(["user"=>$user.userid, "order"=>"date_added DESC","limit" =>10])} {$first_video = $uservideos.0} +{$total_videos = $user.total_videos}