Dotclear


Ignore:
Timestamp:
07/22/11 07:58:52 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
themes
Message:

Mise en place propriété standalone_config = true pour le thème (compatible DC 2.4 et suivantes uniquement)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r606 r611  
    1616$img_url = $core->blog->settings->system->themes_url.'/'.$core->blog->settings->system->theme.'/img/'; 
    1717$img_path = dirname(__FILE__).'/img/'; 
     18 
     19$standalone_config = (boolean) $core->themes->moduleInfo($core->blog->settings->system->theme,'standalone_config'); 
    1820 
    1921$list_types = array( 
     
    264266} 
    265267 
    266 // To be deleted when adminThemeConfigManaged behaviour will be implemented in admin/blog_themes.php : 
    267 echo '</form>'; 
    268  
    269268# HTML Tab 
    270269 
     
    447446echo '</div>'; // Close tab 
    448447 
    449 // To be deleted when adminThemeConfigManaged behaviour will be implemented in admin/blog_themes.php : 
    450 echo '<form style="display:none">'; 
    451  
    452448// Need some more Js 
    453449$core->auth->user_prefs->addWorkspace('accessibility');  
Note: See TracChangeset for help on using the changeset viewer.

Sites map