streams/view/tpl/event_item_content.tpl

11 lines
275 B
Smarty
Raw Normal View History

2015-11-26 21:14:20 +00:00
{{if $description}}
2015-11-28 13:47:17 +00:00
<div class="event-item-description">
2015-11-26 21:14:20 +00:00
{{$description}}
</div>
{{/if}}
{{if $location}}
2015-11-28 13:47:17 +00:00
<div class="event-item-location">
<span class="event-item-label">{{$location_label}}</span>&nbsp;<span class="event-item-location">{{$location}}</span>
2015-11-26 21:14:20 +00:00
</div>
{{/if}}