Parent Directory
|
Revision Log
|
Revision Graph
Initial import
| 1 | <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>"> |
| 2 | <?php if ($picture) : ?><?php print $picture ?><?php endif; ?> |
| 3 | <div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div> |
| 4 | <div class="content clearfix"><?php print $content ?></div> |
| 5 | <?php if ($links) : ?><div class="links_box"><?php print $links ?></div><?php endif; ?> |
| 6 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |