Changeset 613:81c07326c9a6
- Timestamp:
- 07/22/11 09:52:47 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r612 r613 266 266 } 267 267 268 // Legacy mode 269 if (!$standalone_config) echo '</form>'; 270 268 271 # HTML Tab 269 272 … … 450 453 echo '</div>'; // Close tab 451 454 455 // Legacy mode 456 if (!$standalone_config) echo '<form style="display:none">'; 457 452 458 // Need some more Js 453 459 $core->auth->user_prefs->addWorkspace('accessibility'); -
themes/ductile/_define.php
r611 r613 14 14 /* Description*/ "Chantier pour un nouveau theme", 15 15 /* Author */ "Dotclear Team", 16 /* Version */ '0.8', 17 /* Properties */ array( 16 /* Version */ '0.8.1' 17 /* Properties * (uncomment for 2.4 compliance only) 18 ,array( 18 19 'standalone_config' => true 19 ) 20 ) 21 */ 20 22 ); 21 23 ?>
Note: See TracChangeset
for help on using the changeset viewer.