section.tpl.php 147 B

123456789
  1. <?php
  2. /**
  3. * @file
  4. * Alpha's theme implementation to display a section.
  5. */
  6. ?>
  7. <div<?php print $attributes; ?>>
  8. <?php print $content; ?>
  9. </div>