Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of the Dark Theme. This theme was originally used by Bartelme Design, and converted to WordPress by iLEMONED.
| 1 | <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>"> |
| 2 | <?php if (!empty($block->subject)) { print '<h2>' . $block->subject . '</h2>'; } ?> |
| 3 | <div class="content"><?php print $block->content ?></div> |
| 4 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |