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/templates/maintenance-page.tpl.php
30 30
  <?php print $polyfills; ?>
31 31
</head>
32 32
<body class="<?php print $classes; ?>" <?php print $attributes;?>>
33
  <?php print $page_top; ?>
33
  <?php isset($page_top) ? print $page_top : '';  ?>
34 34
  <div id="page" class="container">
35 35
    <header id="header" class="clearfix" role="banner">
36 36
      <div id="branding" class="branding-elements clearfix">
......
56 56
      </div>
57 57
    </section>
58 58
  </div>
59
  <?php print $page_bottom ?>
59
  <?php isset($page_bottom) ? print $page_bottom : ''; ?>
60 60
</body>
61 61
</html>

Formats disponibles : Unified diff