/[drupal]/contributions/themes/k2/comment.tpl.php
ViewVC logotype

Contents of /contributions/themes/k2/comment.tpl.php

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


Revision 1.4 - (show annotations) (download) (as text)
Wed Jun 25 12:04:34 2008 UTC (17 months ago) by chrisada
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.3: +10 -11 lines
File MIME type: text/x-php
Initial commit for Drupal 6
1 <li class="comment <?php print $comment_classes; ?>">
2 <?php print $picture ?>
3 <span class="commentauthor"><?php print t('!username', array('!username' => theme('username', $comment))); ?></span>
4 <div class="comment-meta">
5 <?php print t('!date', array('!date' => format_date($comment->timestamp))); ?>
6 <?php if ($comment->new) : ?><a id="new"></a><span class="new"><?php print drupal_ucfirst($new) ?></span><?php endif; ?>
7 </div><!-- .comment-meta -->
8 <div class="comment-content">
9 <?php print $content ?>
10 </div><!-- .comment-content -->
11 <?php if ($links): ?><div class="links"><?php print $links ?></div><?php endif; ?>
12 </li>

  ViewVC Help
Powered by ViewVC 1.1.2