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.base.tpl

4 lines
223 B
Smarty

<div class="property-list-item">
<div class="property-list-item-label">{$oPropertyItem->getTitle()}</div>
<strong class="property-list-item-content">{$oPropertyItem->getValue()->getValueForDisplay()}</strong>
</div>