Parent Directory
|
Revision Log
|
Revision Graph
Removal of textarea.js. Update the drupal-textarea.js to at least version 1.14
| 1 | <?php |
| 2 | // $Id$ |
| 3 | ?> |
| 4 | <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>"> |
| 5 | <p class="header"> |
| 6 | <?php if ($comment->new) { ?> |
| 7 | <div class="new"><?php print $new ?></div> |
| 8 | <?php }; ?> |
| 9 | <?php if ($picture) { ?> |
| 10 | <div class="right"><?php print $picture ?></div> |
| 11 | <?php }; ?> |
| 12 | <div class="comment-title"><?php print $title ?></div> |
| 13 | <div class="comment-author"><?php print $author ?> | <?php print $date ?></div> |
| 14 | </p> |
| 15 | <div class="content"><?php print $content ?></div> |
| 16 | <div class="postmetadata"><?php print $links ?></div> |
| 17 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |