panels-html5-basic.tpl.php 340 B

12345
  1. <div class="panel-html5-basic clear-after" <?php if (!empty($css_id)) { print "id=\"$css_id\""; } ?>>
  2. <header class="header clear-after"><?php print $content['header']; ?></header>
  3. <nav class="nav clear-after"><?php print $content['nav']; ?></nav>
  4. <section class="section clear-after"><?php print $content['section']; ?></section>
  5. </div>