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 | <h2 class="date-header"><?php print format_date($node->created) ?></h2> |
| 2 | <a id="a$node->nid"></a> |
| 3 | <div class="entry" id="entry-<$MTEntryID$>"> |
| 4 | <h3 class="entry-header"><?php print $title ?></h3> |
| 5 | <div class="entry-content"> |
| 6 | <div class="entry-body"> |
| 7 | <?php print $content ?> |
| 8 | <p class="entry-footer"> |
| 9 | <span class="post-footers"><?php print $submitted ?></span> <span class="separator">|</span> <?php print $links ?> |
| 10 | </p> |
| 11 | </div> |
| 12 | </div> |
| 13 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |