clipbucket/upload/styles/cbv3/layout/view_collection.html

7 lines
263 B
HTML
Raw Normal View History

<h3 class="page-header"><a href="{$cbcollection->collection_links( $c, 'view_collection' )}">{$c.collection_name}</a></h3>
{if $objects}
{foreach $objects as $object}
{include_template_file file="blocks/photo.html" photo=$object}
{/foreach}
{/if}