This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/tpl/event_item_content.tpl
2015-11-28 14:47:17 +01:00

11 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}}