Changeset 3730:5c45a5df9a59 for themes/default/_define.php
- Timestamp:
- 03/08/18 17:58:39 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/default/_define.php
r2566 r3730 10 10 # 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 if (!defined('DC_RC_PATH')) { return;}12 if (!defined('DC_RC_PATH')) {return;} 13 13 14 14 $this->registerModule( 15 /* Name */ "Blowup", 16 /* Description*/ "Default Dotclear theme, fully customizable", 17 /* Author */ "Marco & Olivier", 18 /* Version */ '1.0', 19 20 'type' =>'theme'21 15 "Blowup", // Name 16 "Default Dotclear theme, fully customizable", // Description 17 "Marco & Olivier", // Author 18 '1.0', // Version 19 array( 20 'type' => 'theme' 21 ) 22 22 );
Note: See TracChangeset
for help on using the changeset viewer.