Parent Directory
|
Revision Log
|
Revision Graph
*** empty log message ***
| 1 | <div id="comments"> |
| 2 | <div class="comment-count"> |
| 3 | <?php if ($node->comment == 1 || $node->comment == 2): ?> |
| 4 | <?php if ($node->comment_count == 0): ?> |
| 5 | <h3><?php print t('There are no comments for') . ' "' . $node->title . '".'; ?></h3> |
| 6 | <?php elseif ($node->comment_count == 1): ?> |
| 7 | <h3><?php print t('1 comment for') . ' "' . $node->title . '".'; ?></h3> |
| 8 | <?php else: ?> |
| 9 | <h3><?php print $node->comment_count . ' ' . t('comments for') . ' "' . $node->title . '".'; ?></h3> |
| 10 | <?php endif; ?> |
| 11 | <?php endif; ?> |
| 12 | </div> |
| 13 | |
| 14 | <?php print $content; ?> |
| 15 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |