Parent Directory
|
Revision Log
|
Revision Graph
Theme contributed by SEO Position http://www.seoposition.com/
| 1 | <?php |
| 2 | // $Id$ |
| 3 | ?> |
| 4 | <div class="commentbox<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?>"> |
| 5 | <?php if ($comment->new) : ?> |
| 6 | <a id="new"></a> |
| 7 | <span class="new"><?php print $new ?></span> |
| 8 | <?php endif; ?> |
| 9 | <?php if ($picture) { ?> |
| 10 | <div class="right"><?php print $picture ?></div> |
| 11 | <?php }; ?> |
| 12 | <div class="comment-title"><?php print $title ?></div> |
| 13 | <?php print $content ?> |
| 14 | </div> |
| 15 | <div class="commentfooter"><?php print $author ?> | <?php print $date ?></div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |