Parent Directory
|
Revision Log
|
Revision Graph
latest version
| 1 | <div class="comment"> |
| 2 | <ol id="commentlist"> |
| 3 | <li class="comment<?php if ($comment->cid%2) echo 'alt'; ?>"> |
| 4 | <p class="commentauthor"><?php print $author ?> <?php print t("said"); ?>,</p> |
| 5 | <p class="commentmeta"><?php print $date ?> - <?php print $links ?></p> |
| 6 | <?php print $content ?> |
| 7 | </li> |
| 8 | </ol> |
| 9 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |