/[drupal]/contributions/themes/mt/comment.tpl.php
ViewVC logotype

Contents of /contributions/themes/mt/comment.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Nov 2 20:35:16 2005 UTC (4 years ago) by eaton
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
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