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/sky/templates/page.tpl.php
38 38

  
39 39
  </header>
40 40

  
41
  <div id="columns"<?php print $page['menu_bar'] ? 'class="no-menu-bar"' : '' ;?>>
41
  <div id="columns"<?php print $page['menu_bar'] ? ' class="no-menu-bar"' : '' ;?>>
42 42
    <div class="columns-inner clearfix">
43 43

  
44 44
      <?php print $messages; ?>
......
131 131
    $page['four_first'] ||
132 132
    $page['four_second'] ||
133 133
    $page['four_third'] ||
134
    $page['four_fourth']
134
    $page['four_fourth'] ||
135
    $attribution
135 136
    ): ?>
136 137
    <footer role="contentinfo">
137 138
      <?php if (
......
153 154
        </div>
154 155
      <?php endif; ?>
155 156
      <?php if ($page['footer']): print render($page['footer']); endif; ?>
157
      <p class="attribute-creator"><?php print $attribution; ?></p>
156 158
    </footer>
157 159
  <?php endif; ?>
158 160

  

Formats disponibles : Unified diff