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

Contents of /contributions/themes/colorpaper/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)
Sun Dec 21 06:16:28 2008 UTC (11 months ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3, DRUPAL-6--2-0-BETA4, HEAD
File MIME type: text/x-php
New version of Color Paper, a lot of changes. Now compatible with IE6.
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 <h2><?php print t('No comments'); ?></h2>
6 <?php elseif ($node->comment_count == 1): ?>
7 <h2><?php print t('1 comment'); ?></h2>
8 <?php else: ?>
9 <h2><?php print $node->comment_count . ' ' . t('comments'); ?></h2>
10 <?php endif; ?>
11 <?php endif; ?>
12 </div>
13
14 <?php print $content; ?>
15 </div>

  ViewVC Help
Powered by ViewVC 1.1.2