Parent Directory
|
Revision Log
|
Revision Graph
Sidebar changes and typo's
| 1 | <div class="post comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>"> |
| 2 | <?php if ($picture) : ?><?php print $picture ?><?php endif; ?> |
| 3 | <p><?php print $author; ?> on <?php print format_date($comment->timestamp, 'custom','F dS Y') ?></p> |
| 4 | <div class="content"><?php print $content ?></div> |
| 5 | <?php if ($links): ?><div class="comments"><?php print $links ?></div><?php endif; ?> |
| 6 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |