2014-04-09 10:55:41 +00:00
|
|
|
{if $display_type == ""}
|
|
|
|
|
|
|
|
<div class="show-image">
|
2014-04-10 08:22:18 +00:00
|
|
|
<div class="col-md-6 col-sm-6 col-xs-6" style="padding-right: 1px; margin-left: -8px">
|
2014-04-09 10:55:41 +00:00
|
|
|
<span class="photoname" id="avatar1_file" >{$photo.photo_title|truncate:15}</span>
|
|
|
|
<a href="{$cbphoto->photo_links($photo,'view_item')}" title="Tolpis barbata (mariluzpicado)">
|
2014-04-10 07:57:36 +00:00
|
|
|
{get_photo details=$photo size='l' class='Pphotos' output='html'}
|
2014-04-09 10:55:41 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{/if}
|