summaryrefslogtreecommitdiff
path: root/app/frontend/controls/EventList.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'app/frontend/controls/EventList.tpl')
-rw-r--r--app/frontend/controls/EventList.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/frontend/controls/EventList.tpl b/app/frontend/controls/EventList.tpl
new file mode 100644
index 0000000..5881ce7
--- /dev/null
+++ b/app/frontend/controls/EventList.tpl
@@ -0,0 +1,6 @@
+<com:THeader3>
+ <%= $this->getHeaderText() %>
+</com:THeader3>
+<com:EventRepeater CalendarLinkVisible="false">
+ <prop:Events><%= $this->getEvents() %></prop:Events>
+</com:EventRepeater>