13 lines
No EOL
482 B
HTML
13 lines
No EOL
482 B
HTML
<!-- Listing Categories -->
|
|
{include file="$style_dir/blocks/category_list.html" type='collections'}
|
|
<!-- Listing Categories End -->
|
|
|
|
<div style="width:620px; float:left" class="vid_page_conainer" >
|
|
{section name=c_list loop=$collections}
|
|
{include file="$style_dir/blocks/collection.html" collection=$collections[c_list]}
|
|
{sectionelse}
|
|
{lang code='no_results_found'}
|
|
{/section}
|
|
<div class="clear"></div>
|
|
{include file="$style_dir/blocks/pagination.html"}
|
|
</div> |