Parent Directory
|
Revision Log
|
Revision Graph
Initial upload of Warped theme
| 1 | <div class="comments<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>"> |
| 2 | <p class="user"><span class="title"><?php print $title; ?></span><?php if ($new != '') { ?> <span class="new"><?php print $new; ?></span><?php } ?><br/><?php print $submitted; ?></p> |
| 3 | <p><?php if ($picture) {print $picture;} ?><?php print $content; ?></p> |
| 4 | <p>» <?php print $links; ?></p> |
| 5 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |