Changeset 611:521ff11c777e for themes/ductile/_define.php
- Timestamp:
- 07/22/11 07:58:52 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_define.php
r607 r611 11 11 12 12 $this->registerModule( 13 /* Name */ "Ductile",13 /* Name */ "Ductile", 14 14 /* Description*/ "Chantier pour un nouveau theme", 15 15 /* Author */ "Dotclear Team", 16 /* Version */ '0.8' 16 /* Version */ '0.8', 17 /* Properties */ array( 18 'standalone_config' => true 19 ) 17 20 ); 18 21 ?>
Note: See TracChangeset
for help on using the changeset viewer.