Parent Directory
|
Revision Log
|
Revision Graph
# update the cvs version to drupal-4-6 branch
| 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 | <div class="title"><?php print $title ?></div> |
| 7 | <?php print $picture ?> |
| 8 | <div class="author"><?php print $submitted ?></div> |
| 9 | <div class="content"><?php print $content ?></div> |
| 10 | <?php if ($picture) : ?> |
| 11 | <br class="clear" /> |
| 12 | <?php endif; ?> |
| 13 | <div class="links"><?php print $links ?></div> |
| 14 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |