Parent Directory
|
Revision Log
|
Revision Graph
Changed the way $submitted is displayed.
| 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 | <?php print $picture ?> |
| 3 | |
| 4 | <h3><?php print $title ?></h3> |
| 5 | |
| 6 | <div class="submitted"><?php print $submitted ?></div> |
| 7 | |
| 8 | <div class="content"> |
| 9 | <?php print $content ?> |
| 10 | <?php if ($signature): ?> |
| 11 | <div class="user-signature clear-block"> |
| 12 | <?php print $signature ?> |
| 13 | </div> |
| 14 | <?php endif; ?> |
| 15 | </div> |
| 16 | |
| 17 | <div class="control-links"> |
| 18 | <?php print $links ?> |
| 19 | </div> |
| 20 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |