- <section class="panel-thematique" <?php if (!empty($css_id)) {print "id=\"$css_id\"";} ?>>
- <header class="top">
- <?php print $content['top']; ?>
- </header>
- <section class="right">
- <?php print $content['left']; ?>
- </section>
- <section class="left">
- <?php print $content['right']; ?>
- </section>
- <section class="bottom">
- <?php print $content['bottom']; ?>
- </section>
- </section>
|