diff options
Diffstat (limited to 'view/tpl/smarty3/events-js.tpl')
-rw-r--r-- | view/tpl/smarty3/events-js.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/smarty3/events-js.tpl b/view/tpl/smarty3/events-js.tpl new file mode 100644 index 000000000..c87d20529 --- /dev/null +++ b/view/tpl/smarty3/events-js.tpl @@ -0,0 +1,6 @@ +{{$tabs}} +<h2>{{$title}}</h2> + +<div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div> + +<div id="events-calendar"></div> |