1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-05 16:04:24 +03:00
ifhub.club/application/frontend/skin/developer/property/item.image.tpl

6 lines
365 B
Smarty

{$oValue=$oPropertyItem->getValue()}
{$oValueType = $oValue->getValueTypeObject()}
<div class="property-list-item">
<div class="property-list-item-label">{$oPropertyItem->getTitle()}</div>
<a href="{$oValueType->getImageWebPath()}" class="js-lbx" target="_blank"><img src="{$oValueType->getImageWebPath($oValueType->getImageSizeFirst())}" ></a> <br/>
</div>