Changeset 465:bcff3d5d6c3d for inc/core/class.dc.themes.php
- Timestamp:
- 07/01/11 10:15:21 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.themes.php
r464 r465 39 39 @param author <b>string</b> Module author name 40 40 @param version <b>string</b> Module version 41 @param properties <b>array</b> extra properties (currently available keys : parent, priority )41 @param properties <b>array</b> extra properties (currently available keys : parent, priority, standalone_config) 42 42 */ 43 43 public function registerModule($name,$desc,$author,$version,$properties = array()) … … 57 57 array( 58 58 'parent' => null, 59 'priority' => 1000 59 'priority' => 1000, 60 'standalone_config' => false 60 61 ), $properties 61 62 );
Note: See TracChangeset
for help on using the changeset viewer.