Projet

Général

Profil

Révision 6ff32cea

Ajouté par Florent Torregrosa il y a environ 9 ans

Update core to 7.36

Voir les différences:

drupal7/includes/theme.inc
1691 1691
      $output .= " </ul>\n";
1692 1692
    }
1693 1693
    else {
1694
      $output .= $messages[0];
1694
      $output .= reset($messages);
1695 1695
    }
1696 1696
    $output .= "</div>\n";
1697 1697
  }
......
2622 2622
    if (!isset($variables['page'][$region_key])) {
2623 2623
      $variables['page'][$region_key] = array();
2624 2624
    }
2625
    if ($region_content = drupal_get_region_content($region_key)) {
2626
      $variables['page'][$region_key][]['#markup'] = $region_content;
2627
    }
2625 2628
  }
2626 2629

  
2627 2630
  // Set up layout variable.

Formats disponibles : Unified diff