clipbucket/upload/styles/cbv3/layout/blocks/photo.html

7 lines
313 B
HTML
Raw Normal View History

<!-- PhotoBlock {$cbphoto->photo_links($photo,'view_photo')} Start -->
<li>
<a href="{$cbphoto->photo_links($photo,'view_photo')}" class="thumbnail inlineblock">
{get_photo details=$photo size='m' output='html'}
</a>
</li>
<!-- PhotoBlock {$cbphoto->photo_links($photo,'view_photo')} End -->