Projet

Général

Profil

Révision a08833bd

Ajouté par Assos Assos il y a presque 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adaptivetheme/at_core/inc/alter.inc
265 265
    $weight = 0;
266 266
    foreach ($css as $name => $style) {
267 267
      // Leave  the conditional stylesheets untouched
268
      if ($css[$name]['browsers']['!IE']) {
268
      if (isset($css[$name]['browsers']['!IE'])) {
269 269
        $css[$name]['group'] = 0;
270 270
        $css[$name]['weight'] = $weight++;
271 271
        $css[$name]['every_page'] = TRUE;

Formats disponibles : Unified diff