Changeset 611:521ff11c777e for themes/ductile
- Timestamp:
- 07/22/11 07:58:52 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r606 r611 16 16 $img_url = $core->blog->settings->system->themes_url.'/'.$core->blog->settings->system->theme.'/img/'; 17 17 $img_path = dirname(__FILE__).'/img/'; 18 19 $standalone_config = (boolean) $core->themes->moduleInfo($core->blog->settings->system->theme,'standalone_config'); 18 20 19 21 $list_types = array( … … 264 266 } 265 267 266 // To be deleted when adminThemeConfigManaged behaviour will be implemented in admin/blog_themes.php :267 echo '</form>';268 269 268 # HTML Tab 270 269 … … 447 446 echo '</div>'; // Close tab 448 447 449 // To be deleted when adminThemeConfigManaged behaviour will be implemented in admin/blog_themes.php :450 echo '<form style="display:none">';451 452 448 // Need some more Js 453 449 $core->auth->user_prefs->addWorkspace('accessibility'); -
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.