| 1 |
<div class="block-block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
|
| 2 |
<?php if($block->subject && ($block->region == 'left' || $block->region == 'right')){ ?>
|
| 3 |
<table border="0" cellpadding="0" cellspacing="0">
|
| 4 |
<tr>
|
| 5 |
<td class="bleft"> </td>
|
| 6 |
<td class="bleft-img"> </td>
|
| 7 |
<td class="blocktitle">
|
| 8 |
<?php print $block->subject; ?>
|
| 9 |
</td>
|
| 10 |
<td class="bright-img"> </td>
|
| 11 |
<td class="bright"> </td>
|
| 12 |
</tr></table><?php } ?>
|
| 13 |
<div class="blockcontent">
|
| 14 |
<?php print $block->content; ?>
|
| 15 |
</div>
|
| 16 |
|
| 17 |
</div>
|