Parent Directory
|
Revision Log
|
Revision Graph
New version. Some changes to style.css.
| 1 | <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block_id ?>"> |
| 2 | <?php if ($block->subject): ?> |
| 3 | <h2><?php print $block->subject ?></h2> |
| 4 | <?php endif;?> |
| 5 | |
| 6 | <div class="content"> |
| 7 | <?php print $block->content ?> |
| 8 | </div> |
| 9 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |