streams/view/tpl/event_item_content.tpl

11 lines
280 B
Smarty
Raw Normal View History

2015-11-26 21:14:20 +00:00
{{if $description}}
<div class="event-item-description">
2015-11-26 21:14:20 +00:00
{{$description}}
</div>
2015-11-26 21:14:20 +00:00
{{/if}}
{{if $location}}
2024-04-30 07:39:08 +00:00
<div class="event-item-location">
<span class="event-item-label">{{$location_label}}</span>&nbsp;<span class="event-item-location">{{$location}}</span>
</div>
2015-11-26 21:14:20 +00:00
{{/if}}