/[drupal]/contributions/themes/fervens/comment-wrapper.tpl.php
ViewVC logotype

Contents of /contributions/themes/fervens/comment-wrapper.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Fri Jan 2 13:35:25 2009 UTC (10 months, 3 weeks ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
File MIME type: text/x-php
*** 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