Parent Directory
|
Revision Log
|
Revision Graph
fixed a comment for XHTML validation
| 1 | <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>"> |
| 2 | <div class='block-top'> |
| 3 | <?php if ($block->subject): ?> |
| 4 | <h2><?php print $block->subject ?></h2> |
| 5 | <?php endif;?> |
| 6 | </div> |
| 7 | |
| 8 | <div class='block-content'> |
| 9 | <div class="content"><?php print $block->content ?></div> |
| 10 | </div> |
| 11 | |
| 12 | <div class='block-bottom'> |
| 13 | <!-- [ IE fix... this div does not display consistently otherwise SAY NO TO IE ] --> |
| 14 | <span> </span> |
| 15 | </div> |
| 16 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |