panels-clameur.tpl.php 405 B

123456789101112131415
  1. <section class="panel-thematique" <?php if (!empty($css_id)) {print "id=\"$css_id\"";} ?>>
  2. <header class="top">
  3. <?php print $content['top']; ?>
  4. </header>
  5. <section class="right">
  6. <?php print $content['left']; ?>
  7. </section>
  8. <section class="left">
  9. <?php print $content['right']; ?>
  10. </section>
  11. <section class="bottom">
  12. <?php print $content['bottom']; ?>
  13. </section>
  14. </section>