diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-05-29 12:35:20 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-05-29 12:35:20 +0200 |
commit | f22f6fd7a985b773bce95accf5172cdc2524575c (patch) | |
tree | e2c26e20d53772895cff9fb1128b12185b1ae90a /start.php | |
parent | b8c3767f8c790febb35141919936d616d3ebe2d4 (diff) | |
download | elgg-f22f6fd7a985b773bce95accf5172cdc2524575c.tar.gz elgg-f22f6fd7a985b773bce95accf5172cdc2524575c.tar.bz2 |
added lightbox support for full calendar events
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -184,6 +184,9 @@ function event_calendar_page_handler($page) { case 'view': echo event_calendar_get_page_content_view($page[1]); break; + case 'view_light_box': + echo event_calendar_get_page_content_view($page[1],TRUE); + break; case 'display_users': echo event_calendar_get_page_content_display_users($page[1]); break; |