Changeset 255
- Timestamp:
- 11/03/08 08:00:52 (15 years ago)
- Location:
- plugins/gallery
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/gallery/_define.php
r253 r255 15 15 /* Description*/ "Image Gallery for Dotclear2", 16 16 /* Author */ "Bruno Hondelatte", 17 /* Version */ '0.3beta ',17 /* Version */ '0.3beta2', 18 18 /* Permissions */ 'usage,contentadmin' 19 19 ); -
plugins/gallery/_public.php
r253 r255 54 54 if (!empty($core->pubrest)) 55 55 require dirname(__FILE__).'/_pubrest.php'; 56 57 $core->pubrest->register('gallery','restGallery');58 56 59 57 class behaviorsGallery
Note: See TracChangeset
for help on using the changeset viewer.