Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of a Movable Type 3.2 compatability theme. Reproduces (with some hitches) the default MT 3.2 layout, allowing drupal sites to use CSS based Movable Type skins.
| 1 | <div class="<?php print "module-$block->module module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>"> |
| 2 | <h2 class="module-header"><?php print $block->subject ?></h2> |
| 3 | <div class="module-content"><?php print $block->content ?></div> |
| 4 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |