summaryrefslogtreecommitdiff
path: root/app/php/pages/Profile.page
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/pages/Profile.page')
-rw-r--r--app/php/pages/Profile.page21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/php/pages/Profile.page b/app/php/pages/Profile.page
deleted file mode 100644
index 163d3fa..0000000
--- a/app/php/pages/Profile.page
+++ /dev/null
@@ -1,21 +0,0 @@
-<com:TContent ID="Content">
- <com:PasswordChange>
- <prop:Facade><%= UserFacade::getInstance() %></prop:Facade>
- <prop:UserToChange><%= $this->User %></prop:UserToChange>
- </com:PasswordChange>
- <br />
- <com:TimezoneSelect>
- <prop:Facade><%= UserFacade::getInstance() %></prop:Facade>
- <prop:UserToChange><%= $this->User %></prop:UserToChange>
- </com:TimezoneSelect>
- <br />
- <com:UserSelection>
- <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
- <prop:Facade><%= CalendarFacade::getInstance() %></prop:Facade>
- </com:UserSelection>
- <br />
- <com:UpcomingEvents>
- <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
- <prop:Facade><%= EventFacade::getInstance() %></prop:Facade>
- </com:UpcomingEvents>
-</com:TContent>