Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <div id="comment-<?php print $comment->cid ?>" class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->uid == $node->uid) ? ' comment-by-author-of-post' : ''; print ' '. $status ?> clear-block"> |
| 2 | <div class="comment-info"> |
| 3 | <?php print $picture ?> |
| 4 | <h3><?php print $id ?>. <?php print $author ?> (<?php print format_date($comment->timestamp, 'custom', 'j F, Y - H:i'); ?>) <?php print t('says'); ?>:</h3> |
| 5 | </div> |
| 6 | |
| 7 | <div class="content"> |
| 8 | <?php print $content ?> |
| 9 | |
| 10 | <div class="control-links clear-block"> |
| 11 | <?php print $links ?> |
| 12 | </div> |
| 13 | </div> |
| 14 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |