Changeset 2257:f9dcd2921221 for themes
- Timestamp:
- 10/04/13 15:18:35 (12 years ago)
- Branch:
- default
- Location:
- themes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/blueSilence/_define.php
r1179 r2257 16 16 /* Description*/ "Dotclear Theme", 17 17 /* Author */ "Marco / marcarea.com", 18 /* Version */ '1.0' 18 /* Version */ '1.0', 19 array( 20 'type' => 'theme' 21 ) 19 22 ); 20 23 ?> -
themes/customCSS/_define.php
r1179 r2257 16 16 /* Description*/ "A CSS customizable theme", 17 17 /* Author */ "Olivier", 18 /* Version */ '1.1' 18 /* Version */ '1.1', 19 array( 20 'type' => 'theme' 21 ) 19 22 ); 20 23 ?> -
themes/default/_define.php
r1179 r2257 16 16 /* Description*/ "Default Dotclear theme, fully customizable", 17 17 /* Author */ "Marco & Olivier", 18 /* Version */ '1.0' 18 /* Version */ '1.0', 19 array( 20 'type' => 'theme' 21 ) 19 22 ); 20 23 ?> -
themes/ductile/_define.php
r1134 r2257 17 17 /* Version */ '1.3.1', 18 18 /* Properties */ array( 19 'standalone_config' => true 19 'standalone_config' => true, 20 'type' => 'theme' 20 21 ) 21 22 );
Note: See TracChangeset
for help on using the changeset viewer.