Changeset 2291
- Timestamp:
- 06/03/10 19:57:00 (13 years ago)
- Location:
- plugins/gallery/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/gallery/trunk/_prepend.php
r2272 r2291 13 13 14 14 global $__autoload, $core; 15 16 if (!$core->plugins->moduleExists('metadata')) return false;17 15 18 16 require (dirname(__FILE__).'/class.dc.rs.gallery.php'); -
plugins/gallery/trunk/options.php
r2154 r2291 17 17 18 18 $integ = new dcGalleryIntegration ($core); 19 $core->gallery = new dcGallery($core); 19 20 20 21 function setSettings() {
Note: See TracChangeset
for help on using the changeset viewer.