Projet

Général

Profil

Révision e4c061ad

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adminimal_theme/template.php
61 61
  drupal_add_css($adminimal_path . '/css/tablet.css', array('group' => CSS_THEME, 'media' => $media_query_tablet, 'weight' => 1000));
62 62

  
63 63
  // Add custom CSS.
64
  $custom_css_path = $adminimal_path . '/css/custom.css'; 
64
  $custom_css_path = 'public://adminimal-custom.css';
65 65
  if (theme_get_setting('custom_css') && file_exists($custom_css_path)) {
66 66
    drupal_add_css($custom_css_path, array('group' => CSS_THEME, 'weight' => 9999, 'preprocess' => FALSE));
67 67
  }

Formats disponibles : Unified diff