aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2012-05-29 12:35:20 +0200
committerKevin Jardine <kevinjardine@yahoo.com>2012-05-29 12:35:20 +0200
commitf22f6fd7a985b773bce95accf5172cdc2524575c (patch)
treee2c26e20d53772895cff9fb1128b12185b1ae90a /start.php
parentb8c3767f8c790febb35141919936d616d3ebe2d4 (diff)
downloadelgg-f22f6fd7a985b773bce95accf5172cdc2524575c.tar.gz
elgg-f22f6fd7a985b773bce95accf5172cdc2524575c.tar.bz2
added lightbox support for full calendar events
Diffstat (limited to 'start.php')
-rw-r--r--start.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/start.php b/start.php
index c9f95c8d6..9d3d45e4d 100644
--- a/start.php
+++ b/start.php
@@ -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;