Project

General

Profile

Download (287 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
2

    
3
<?php if ($block->subject): ?>
4
  <h2><?php print $block->subject ?></h2>
5
<?php endif;?>
6

    
7
  <div class="content"><?php print $block->content ?></div>
8
</div>
(1-1/14)