diff options
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> |