Changeset 3730:5c45a5df9a59 for themes/ductile/_define.php
- Timestamp:
- 03/08/18 17:58:39 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_define.php
r3531 r3730 9 9 # 10 10 # -- END LICENSE BLOCK ----------------------------------------- 11 if (!defined('DC_RC_PATH')) { return;}11 if (!defined('DC_RC_PATH')) {return;} 12 12 13 13 $this->registerModule( 14 /* Name */ "Ductile", 15 /* Description*/ "Mediaqueries compliant elegant theme", 16 /* Author */ "Dotclear Team", 17 /* Version */ '1.5', 18 /* Properties */ array( 19 20 'type'=> 'theme'21 14 "Ductile", // Name 15 "Mediaqueries compliant elegant theme", // Description 16 "Dotclear Team", // Author 17 '1.5', // Version 18 array( // Properties 19 'standalone_config' => true, 20 'type' => 'theme' 21 ) 22 22 );
Note: See TracChangeset
for help on using the changeset viewer.