From 6ef62a444fbcebea25cf475613d5cab0c43b58c8 Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 1 Aug 2012 18:45:25 +0200 Subject: Added support for colorbox. --- start.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'start.php') diff --git a/start.php b/start.php index 1b487321d..7de36b29f 100644 --- a/start.php +++ b/start.php @@ -120,6 +120,8 @@ function tidypics_page_handler($page) { return false; } + elgg_load_js('lightbox'); + elgg_load_css('lightbox'); elgg_load_js('tidypics'); $base = elgg_get_plugins_path() . 'tidypics/pages/photos'; -- cgit v1.2.3