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-right.php
16 16

  
17 17
Region Deinitions:
18 18

  
19
; 3  Inset Right
19
; Three Inset Right
20 20
regions[three_inset_right_sidebar] = AT Inset right - sidebar
21 21
regions[three_inset_right_top]     = AT Inset right - top
22 22
regions[three_inset_right_middle]  = AT Inset right - middle
......
25 25

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

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

Formats disponibles : Unified diff