Projet

Général

Profil

Révision f0456308

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/corporateclean/theme-settings.php
150 150
	'#default_value' => theme_get_setting('responsive_respond','corporateclean'),
151 151
    '#description'   => t('IE 6-8 require a JavaScript polyfill solution to add basic support of CSS3 media queries. Note that you should enable <strong>Aggregate and compress CSS files</strong> through <em>/admin/config/development/performance</em>.'),
152 152
  );
153
    
154
  $form['mtt_settings']['credits'] = array(
155
    '#type' => 'fieldset',
156
    '#title' => t('Credits'),
157
    '#collapsible' => TRUE,
158
	'#collapsed' => FALSE,
159
  );
160
  
161
  $form['mtt_settings']['credits']['credits_display'] = array(
162
    '#type' => 'checkbox',
163
    '#title' => t('Show credits'),
164
  	'#description'   => t('Use the checkbox to enable or disable credits.'),
165
	'#default_value' => theme_get_setting('credits_display','corporateclean'),
166
  );
153 167
  
154 168
}

Formats disponibles : Unified diff