Project

General

Profile

Download (303 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">  
2
  <div class="blockinner">
3
    <h2 class="title"> <?php print $block->subject; ?> </h2>
4
    <div class="content">
5
      <?php print $block->content; ?>
6
    </div>    
7
  </div>
8
</div>
(3-3/17)