{$myAccountLinks = $userquery->my_account_links()} {$leftMenuLinks = array_slice($myAccountLinks, 7)}
{*include file="$style_dir/blocks/manage/account_menu.html"*}
{include file="$style_dir/blocks/category_list.html" type='collections'}
{assign var=sorting_links value=sorting_links()}

Browsing All Collections:

{if $smarty.get.sorting} {foreach from=$sorting_links item=name key=sort} {if $smarty.get.time==$sort && isset($smarty.get.time)} {/if} {/foreach} {else} {/if}
{assign var=time_links value=time_links()}
{if $smarty.get.timing} {foreach from=$time_links item=name key=sort name=times} {if $smarty.get.time==$sort && isset($smarty.get.time)} {/if} {/foreach} {else} {/if}
{$collections = $cbcollection->get_collections(['limit'=>12, 'active'=>'yes'])}
{$limit=12} {if $collections} {foreach from=$collections item=collection}
{$collection.collection_name}
{$collection.total_objects}
{$items = $cbphoto->collection->get_collection_items_with_details($collection.collection_id,0,$limit,false)} {if $items} {foreach from=$items item=item}
{get_photo details=$item output='html' size="l" class="cb_img_thum"}
{/foreach} {/if}
{/foreach} {else}
No Collection
{/if}
{include file="$style_dir/blocks/pagination.html"}
{*include file="$style_dir/blocks/pagination.html"*}