summaryrefslogtreecommitdiff
path: root/app/php/pages
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-03-16 00:00:23 +0100
committeremkael <emkael@tlen.pl>2016-03-16 00:00:23 +0100
commit3b489d6312a4f2734e4ab3129e64d3ab007f3716 (patch)
tree4e202e324a34e48619a8f0be7aa149e0895e3d73 /app/php/pages
parent4847856dd8adcbc0004f6653c627cb7cf7773a95 (diff)
* upcoming events on profile page
Diffstat (limited to 'app/php/pages')
-rw-r--r--app/php/pages/Profile.page4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/php/pages/Profile.page b/app/php/pages/Profile.page
index c5e06ca..0cd3dd3 100644
--- a/app/php/pages/Profile.page
+++ b/app/php/pages/Profile.page
@@ -6,4 +6,8 @@
<com:UserSelection>
<prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
</com:UserSelection>
+ <br />
+ <com:UpcomingEvents>
+ <prop:UserToDisplay><%= $this->User %></prop:UserToDisplay>
+ </com:UpcomingEvents>
</com:TContent>