zone.tpl.php 276 B

1234567891011
  1. <?php
  2. /**
  3. * @file
  4. * Alpha's theme implementation to display a zone.
  5. */
  6. ?>
  7. <?php if ($wrapper): ?><div<?php print $attributes; ?>><?php endif; ?>
  8. <div<?php print $content_attributes; ?>>
  9. <?php print $content; ?>
  10. </div>
  11. <?php if ($wrapper): ?></div><?php endif; ?>