Parent Directory
|
Revision Log
|
Revision Graph
alpha version of Zengine theme engine. Place in sites/all/themes/engines
| 1 | <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="<?php print $block_classes; ?>"> |
| 2 | <div class="blockinner"> |
| 3 | <h2 class="title"><?php print $block->subject; ?></h2> |
| 4 | <div class="content"> |
| 5 | <?php print $block->content; ?> |
| 6 | <?php print $edit_links; ?> |
| 7 | </div> |
| 8 | </div> |
| 9 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |