1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/components/property/output/property.default.tpl
Denis Shakhov 19239e8b79 Добавление префикса ls компонентам
+ Обновление фреймворка
2015-05-20 23:27:10 +07:00

9 lines
241 B
Smarty

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