clipbucket/upload/styles/cbv3/layout/view_collection.html
Fawaz 01cb410646 Updated : upgrade_3.0.sql
Fixed : Photo actions selector name
2012-05-28 12:12:37 +00:00

7 lines
No EOL
360 B
HTML

<h3 class="page-header"><a href="{$cbcollection->collection_links( $c, 'view_collection' )}">{$c.collection_name}</a></h3>
{if $objects}
{foreach $objects as $object}
<a href="{$cbphoto->photo_links( $object, 'view_photo')}" class="thumbnail moveL" style="margin: 5px">{get_photo details=$object size='m' output='html'}</a>
{/foreach}
{/if}