| 1 |
<div class="block-block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>"> |
<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"> |
<table border="0" cellpadding="0" cellspacing="0"> |
| 4 |
<tr> |
<tr> |
| 5 |
<td class="bleft"> </td> |
<td class="bleft"> </td> |
| 9 |
</td> |
</td> |
| 10 |
<td class="bright-img"> </td> |
<td class="bright-img"> </td> |
| 11 |
<td class="bright"> </td> |
<td class="bright"> </td> |
| 12 |
</tr></table> |
</tr></table><?php } ?> |
| 13 |
<div class="blockcontent"> |
<div class="blockcontent"> |
| 14 |
<?php print $block->content; ?> |
<?php print $block->content; ?> |
| 15 |
</div> |
</div> |