8 lines
356 B
HTML
8 lines
356 B
HTML
![]() |
{if $display_type == ""}
|
||
|
<div class="show-image col-lg-3 col-md-3 col-sm-4 col-xs-6"">
|
||
|
<a href="{$cbphoto->photo_links($photo,'view_item')}" title="Tolpis barbata (mariluzpicado)">
|
||
|
<span class="photoname">{$photo.photo_title|truncate:15}</span>
|
||
|
{get_photo details=$photo size='l' class='img-responsive Pphotos' output='html'}
|
||
|
</a>
|
||
|
</div>
|
||
|
{/if}
|