Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <?php /* $Id: comment.tpl.php,v 1.1.4.1 2006/06/06 13:06:13 rkerr Exp $ */ ?> |
| 2 | <div id="comment-<?php print $comment->cid; ?>" class="comment<?php print ($comment->new)?" comment-new":""; ?>"> |
| 3 | <?php if ($title): ?> |
| 4 | <h3> |
| 5 | <?php if ($submitted): ?> |
| 6 | <span class="date"><?php print $submitted; ?></span> |
| 7 | <?php endif; ?> |
| 8 | <?php print $title . ($comment->new ? " <a id=\"new\"></a><span class=\"highlight\">$new</span>" : ''); ?> |
| 9 | </h3> |
| 10 | <?php endif; ?> |
| 11 | <?php print $picture; ?> |
| 12 | <?php print $content; ?> |
| 13 | <?php print ($picture ? '<br class="clear" />' : ''); ?> |
| 14 | <div class="links"><?php print $links; ?></div> |
| 15 | </div> |
| 16 | |
| 17 | <hr /> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |