Changeset 611:521ff11c777e for themes/ductile/_config.php
- Timestamp:
- 07/22/11 07:58:52 (14 years ago)
- Branch:
- themes
- File:
-
- 1 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');
Note: See TracChangeset
for help on using the changeset viewer.