diff options
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/start.php b/start.php new file mode 100644 index 000000000..9a8efafb0 --- /dev/null +++ b/start.php @@ -0,0 +1,17 @@ +<?php +/** + * Elgg Colorbox + * A lightweight customizable lightbox plugin for jQuery + * + * @package ElggColorbox + */ + +elgg_register_event_handler('init', 'system', 'colorbox_init'); + +/** + * Initialize the colorbox plugin. + * + */ +function colorbox_init() { + +} |