Projet

Général

Profil

Révision 74f6bef0

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/pixture_reloaded/theme-settings.php
1 1
<?php
2

  
3
// Set this no matter what, we need this to happen
4
if (module_exists('noggin')) {
5
  variable_set('noggin:header_selector', '#header .header-inner');
6
}
7

  
8

  
2 9
/**
3 10
 * Implements hook_form_system_theme_settings_alter().
4 11
 *
......
15 22
    '#default_value' => '7.x-3.x',
16 23
  );
17 24

  
25
  // Remove option to use full width wrappers
26
  $form['at']['modify-output']['design']['page_full_width_wrappers'] = array(
27
    '#access' => FALSE,
28
  );
29

  
18 30
  // Tell the submit function its safe to run the color inc generator
19 31
  // if running on AT Core 7.x-3.x
20 32
  $form['at-color'] = array(

Formats disponibles : Unified diff