Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/themes/garland/
Upload File :
Current File : /var/www/cesa.co.za/themes/garland/block.tpl.php

<?php
?>
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">

<?php if (!empty($block->subject)): ?>
  <h2><?php print $block->subject ?></h2>
<?php endif;?>

  <div class="content"><?php print $block->content ?></div>
</div>