2012-05-28 07:10:27 +00:00
|
|
|
<h3 class="page-header"><a href="{$cbcollection->collection_links( $c, 'view_collection' )}">{$c.collection_name}</a></h3>
|
|
|
|
|
2012-05-28 12:12:37 +00:00
|
|
|
{if $objects}
|
|
|
|
{foreach $objects as $object}
|
2012-06-01 11:57:50 +00:00
|
|
|
{include_template_file file="blocks/photo.html" photo=$object}
|
2012-05-28 12:12:37 +00:00
|
|
|
{/foreach}
|
|
|
|
{/if}
|