diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-14 16:19:48 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-14 16:19:48 +0100 |
commit | 22cfb77173b1093028c1706f6c513a040ad89967 (patch) | |
tree | a47ebd42248204e1bad968eea570e8ffdb50d84f /view/events.tpl | |
parent | 8369c243b321a421ea2ab92a49d8995b5724244e (diff) | |
download | volse-hubzilla-22cfb77173b1093028c1706f6c513a040ad89967.tar.gz volse-hubzilla-22cfb77173b1093028c1706f6c513a040ad89967.tar.bz2 volse-hubzilla-22cfb77173b1093028c1706f6c513a040ad89967.zip |
events: first test for full-javascript events calendar
Diffstat (limited to 'view/events.tpl')
-rw-r--r-- | view/events.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/events.tpl b/view/events.tpl new file mode 100644 index 000000000..b0e182c56 --- /dev/null +++ b/view/events.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> |