blob: fb60066f143dadcafe68a16c760415a6054d3072 (
plain)
1
2
3
4
5
6
7
8
|
<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>
|