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.page8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/php/pages/Home.page b/app/php/pages/Home.page
deleted file mode 100644
index fb60066..0000000
--- a/app/php/pages/Home.page
+++ /dev/null
@@ -1,8 +0,0 @@
-<com:TContent ID="Content">
- <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>