Parent Directory
|
Revision Log
|
Revision Graph
Patch by Adrinux : - fixes duplicate comment anchor/ID - fixes 'new' comment marker display - now appear - fixes comment titles - now appear
| 1 | <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>"> |
| 2 | <?php if ($comment->new) : ?> |
| 3 | <a id="new"></a> |
| 4 | <span class="new"><?php print $new ?></span> |
| 5 | <?php endif; ?> |
| 6 | |
| 7 | <div class="title"><?php print $title ?></div> |
| 8 | <?php print $picture ?> |
| 9 | <div class="author"><?php print $submitted ?></div> |
| 10 | <div class="content"><?php print $content ?></div> |
| 11 | <?php if ($picture) : ?> |
| 12 | <br class="clear" /> |
| 13 | <?php endif; ?> |
| 14 | <div class="links"><?php print $links ?></div> |
| 15 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |