Parent Directory
|
Revision Log
|
Revision Graph
Drupal 6.x port of bluebreeze. bluebreeze-fixed is not yet working right.
| 1 | <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>"> |
| 2 | <div class="blockinner"> |
| 3 | |
| 4 | <?php if ($block->subject) { ?><h2 class="title"> <?php print $block->subject; ?> </h2><?php } ?> |
| 5 | |
| 6 | <div class="content"> |
| 7 | <?php print $block->content; ?> |
| 8 | </div> |
| 9 | |
| 10 | </div> |
| 11 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |