Changeset 2706
- Timestamp:
- 10/11/10 16:46:47 (12 years ago)
- Location:
- plugins/colorbox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/colorbox/_define.php
r2581 r2706 15 15 /* Description*/ "Lightbox like effect on images using jquery ColorBox plugin", 16 16 /* Author */ "Philippe aka amalgame and Tomtom", 17 /* Version */ '1.4. 1',17 /* Version */ '1.4.2', 18 18 /* Permissions */ 'admin' 19 19 ); -
plugins/colorbox/_public.php
r2533 r2706 11 11 # -- END LICENSE BLOCK ------------------------------------ 12 12 13 $core->addBehavior('public HeadContent',array('colorboxPublic','publicHeadContent'));13 $core->addBehavior('publicFooterContent',array('colorboxPublic','publicFooterContent')); 14 14 15 15 class colorboxPublic 16 16 { 17 public static function public HeadContent($core)17 public static function publicFooterContent($core) 18 18 { 19 19 # Settings
Note: See TracChangeset
for help on using the changeset viewer.