Parent Directory
|
Revision Log
|
Revision Graph
Complete overhaul, fixed numerous bugs.
| 1 | <div class="block block-<?php print $block->module; ?> unstyled-block" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>"> |
| 2 | <?php if ($block->subject) { ?><h2 class="title"><?php print $block->subject; ?></h2><?php } ?> |
| 3 | <?php if ($block->content) { ?><div class="content"><?php print $block->content; ?></div><?php } ?> |
| 4 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |