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

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

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

revision 1.1, Tue Aug 22 12:43:06 2006 UTC revision 1.2, Sun Aug 24 15:54:05 2008 UTC
# Line 1  Line 1 
   <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">  
     <?php if ($picture) {  
     print $picture;  
   } ?>  
 <h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>  
     <div class="submitted"><?php print $submitted; ?></div>  
     <div class="content"><?php print $content; ?></div>  
     <div class="links">&raquo; <?php print $links; ?></div>  
   </div>  
1    <div class="comment<?php if (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
2            <?php if ($picture) print $picture; ?>
3            <h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
4            <div class="submitted"><?php print $submitted; ?></div>
5            <div class="content"><?php print $content; ?></div>
6            <?php if ($signature) { ?><div class="signature">
7            <?php print $signature ?>
8            </div><?php } ?>
9            <div class="links">&raquo; <?php print $links; ?></div>
10    </div>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2