Parent Directory
|
Revision Log
|
Revision Graph
initial commit of RTL theme ports
| 1 | <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>"> |
| 2 | <?php if ($picture) { |
| 3 | print $picture; |
| 4 | } ?> |
| 5 | <h3 id="commettitle"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?> |
| 6 | <div style="border: 1px solid #575A23"> <p><?php print $submitted; ?></p> |
| 7 | <p><?php print $content; ?></p> |
| 8 | <p>» <?php print $links; ?></p> |
| 9 | </div></div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |