Parent Directory
|
Revision Log
|
Revision Graph
Updated for Drupal 5.0x
| 1 | <div class="block block-<?php print $block->module ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>"> |
| 2 | <table> |
| 3 | <tr> |
| 4 | <td class="block_header"><?php print $block->subject ?></td> |
| 5 | </tr> |
| 6 | <tr> |
| 7 | <td class="block_content_background"> |
| 8 | <div class="block_content"> |
| 9 | <?php print $block->content ?> |
| 10 | </div> |
| 11 | </td> |
| 12 | </tr> |
| 13 | <tr> |
| 14 | <td class="block_footer"></td> |
| 15 | </tr> |
| 16 | </table> |
| 17 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |