1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/tpl/event_item_content.tpl
2015-12-05 20:08:25 -05:00

10 lines
275 B
Smarty

{{if $description}}
<div class="event-item-description">
{{$description}}
</div>
{{/if}}
{{if $location}}
<div class="event-item-location">
<span class="event-item-label">{{$location_label}}</span>&nbsp;<span class="event-item-location">{{$location}}</span>
</div>
{{/if}}