summaryrefslogtreecommitdiff
path: root/app/php/pages/Home.page
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/pages/Home.page')
-rw-r--r--app/php/pages/Home.page7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/php/pages/Home.page b/app/php/pages/Home.page
index c247eb7..fb60066 100644
--- a/app/php/pages/Home.page
+++ b/app/php/pages/Home.page
@@ -1,3 +1,8 @@
<com:TContent ID="Content">
- <h1>Welcome to PRADO!</h1>
+ <com:CalendarGrid>
+ <prop:Facade><%= EventFacade::getInstance() %></prop:Facade>
+ <prop:Month><%= $this->Request->itemAt('month') %></prop:Month>
+ <prop:Year><%= $this->Request->itemAt('year') %></prop:Year>
+ <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
+ </com:CalendarGrid>
</com:TContent>