Projet

Général

Profil

Révision 74f6bef0

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adaptivetheme/at_core/layouts/gpanels/three-inset-left.php
16 16

  
17 17
Region Deinitions:
18 18

  
19
; 3  Inset Right
19
; Three Inset Left
20 20
regions[three_inset_left_sidebar] = AT Inset left - sidebar
21 21
regions[three_inset_left_top]     = AT Inset left - top
22 22
regions[three_inset_left_middle]  = AT Inset left - middle
......
25 25

  
26 26
 */
27 27
?>
28
<!-- Three  inset left -->
28

  
29 29
<?php if (
30 30
  $page['three_inset_left_sidebar'] ||
31 31
  $page['three_inset_left_top'] ||
......
33 33
  $page['three_inset_left_inset'] ||
34 34
  $page['three_inset_left_bottom']
35 35
  ): ?>
36
  <!-- Three inset left Gpanel -->
36 37
  <div class="at-panel gpanel panel-display three-inset-left clearfix">
37
    <?php print $content['three_inset_left_sidebar']; ?>
38
    <?php print render($page['three_inset_left_sidebar']); ?>
38 39
    <div class="inset-wrapper clearfix">
39
      <?php print $content['three_inset_left_top']; ?>
40
      <?php print $content['three_inset_left_middle']; ?>
41
      <?php print $content['three_inset_left_inset']; ?>
42
      <?php print $content['three_inset_left_bottom']; ?>
40
      <?php print render($page['three_inset_left_top']); ?>
41
      <?php print render($page['three_inset_left_middle']); ?>
42
      <?php print render($page['three_inset_left_inset']); ?>
43
      <?php print render($page['three_inset_left_bottom']); ?>
43 44
    </div>
44 45
  </div>
45 46
<?php endif; ?>

Formats disponibles : Unified diff