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

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

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

revision 1.3, Wed Jan 17 17:40:25 2007 UTC revision 1.4, Wed Jun 25 12:04:34 2008 UTC
# Line 1  Line 1 
1  <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">  <li class="comment <?php print $comment_classes; ?>">
2    <div class="clear-block">  <?php print $picture ?>
3      <?php if ($submitted): ?>          <span class="commentauthor"><?php print t('!username', array('!username' => theme('username', $comment))); ?></span>
4        <span class="commentauthor"><?php print t('!username', array('!username' => theme('username', $comment))); ?></span>          <div class="comment-meta">
5      <?php endif; ?>                  <?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; ?>                  <?php if ($comment->new) : ?><a id="new"></a><span class="new"><?php print drupal_ucfirst($new) ?></span><?php endif; ?>
7      <?php print $picture ?>          </div><!-- .comment-meta -->
     <small class="comment-meta"><?php print format_date($node->created)?><?php if ($links): ?><?php print $links ?><?php endif; ?></small>  
8      <div class="comment-content">      <div class="comment-content">
9        <?php print $content ?>        <?php print $content ?>
     </div>  
   </div>  
 </div>  
10        </div><!-- .comment-content -->
11      <?php if ($links): ?><div class="links"><?php print $links ?></div><?php endif; ?>
12    </li>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2