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 | <a id="c$comment->cid"></a> |
| 2 | <div class="comment" id="comment-$comment->cid"> |
| 3 | <div class="comment-content"> |
| 4 | <?php print $content ?> |
| 5 | </div> |
| 6 | <p class="comment-footer"> |
| 7 | Posted by: |
| 8 | <?php print theme('username', $comment) ?> | |
| 9 | <a href="#comment-$comment->cid>"><?php print format_date($comment->timestamp) ?></a> |
| 10 | </p> |
| 11 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |