Parent Directory
|
Revision Log
|
Revision Graph
no message
| 1 | <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>"> |
| 2 | <?php if ($comment->new) : ?> |
| 3 | <a id="new"></a> <span class="new"><?php print $new ?></span> |
| 4 | <?php endif; ?> |
| 5 | <?php print $picture ?> <cite><?php print $author ?> Says:</cite><br /> |
| 6 | <small><?php print $date ?></small> |
| 7 | <div class="content"><?php print $content ?></div> |
| 8 | <?php if ($picture) : ?> |
| 9 | <br class="clear" /> |
| 10 | <?php endif; ?> |
| 11 | <p class="postmetadata"><?php print $links ?> »</p> |
| 12 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |