aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_item_content.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/event_item_content.tpl')
-rw-r--r--view/tpl/event_item_content.tpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/view/tpl/event_item_content.tpl b/view/tpl/event_item_content.tpl
deleted file mode 100644
index 76e0f4616..000000000
--- a/view/tpl/event_item_content.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-{{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}}