diff options
author | emkael <emkael@tlen.pl> | 2016-05-06 13:23:00 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-06 13:23:00 +0200 |
commit | fcc64b0d41bc9a96f7aeb6f81bc1b887a515ccb6 (patch) | |
tree | cac2ab7f1ebb39d5d474947d2dd20095e83d2bc6 /app/php/pages | |
parent | 3cfbd9cdc5b3afdb63a5d775a86b14ecfdc5b6db (diff) |
* basic calendar info on calendar page
Diffstat (limited to 'app/php/pages')
-rw-r--r-- | app/php/pages/Calendar.page | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/php/pages/Calendar.page b/app/php/pages/Calendar.page index 8b13789..e2d4dae 100644 --- a/app/php/pages/Calendar.page +++ b/app/php/pages/Calendar.page @@ -1 +1,6 @@ - +<com:TContent ID="Content"> + <com:CalendarDetails> + <prop:Facade><%= CalendarFacade::getInstance() %></prop:Facade> + <prop:CalendarUrl><%= $this->Request->itemAt('calendar') %></prop:CalendarUrl> + </com:CalendarDetails> +</com:TContent> |