Parent Directory
|
Revision Log
|
Revision Graph
- sync with 6.x-1.x-dev.
| 1 | <?php |
| 2 | // $Id: block.tpl.php,v 1.2.2.1 2008/06/16 03:45:37 hswong3i Exp $ |
| 3 | ?> |
| 4 | <div id="block-<?php print $block->module .'-'. $block->delta ?>" class="block block-<?php print $block->module ?> block-<?php print $block_id ?>"> |
| 5 | <?php if ($block->subject) : ?> |
| 6 | <div class="corner-top-left"></div><div class="corner-top-right"></div> |
| 7 | <h1><?php print $block->subject ?></h1> |
| 8 | <?php endif; ?> |
| 9 | <div class="content"><?php print $block->content ?></div> |
| 10 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |