region.tpl.php 139 Bytes
Newer Older
David's avatar
David committed
<?php if (!empty($content)): ?>
<div class="<?php print $classes; ?>">
  <?php print $content; ?>
</div>
<?php endif; ?> <!-- /.region -->