diff --git a/upload/styles/cb_28/layout/index.html b/upload/styles/cb_28/layout/index.html index ab9865d3..a74d2bea 100644 --- a/upload/styles/cb_28/layout/index.html +++ b/upload/styles/cb_28/layout/index.html @@ -39,38 +39,33 @@ - {$limit = '2'} - {$featured=$cbvid->get_videos(["featured"=>"yes","limit"=>$limit])} - {if $featured} - {else} -
No Videos Found !
- {/if} - {$videos=get_videos(["order" =>"date_added DESC", "limit" =>6])} + +

{lang code="Recent Videos"}

- {foreach $videos as $video} +
- +
@@ -338,4 +333,11 @@ $('#qlist_main').fadeOut('slow'); $('#qlist_main').remove(); }); + + $(document).ready(function(){ + $('#featured_load_more').trigger("click"); + $('#featured_load_more').hide(); + $('#recent_load_more').trigger("click"); + $('#recent_load_more').hide(); + }); \ No newline at end of file