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

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

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

revision 1.1, Wed Apr 23 04:18:41 2008 UTC revision 1.1.4.1, Wed Apr 23 05:21:41 2008 UTC
# Line 4  Line 4 
4      print $picture;      print $picture;
5    } ?>    } ?>
6    <h3 class="title"><?php print $title; ?></h3>    <h3 class="title"><?php print $title; ?></h3>
7    <?php if ($new != '') { ?>    <?php if ($comment->new != '') { ?>
8      <span class="new"><?php print $new; ?></span>      <span class="new"><?php print $new; ?></span>
9    <?php } ?>    <?php } ?>
10    <div class="content"><?php print $content; ?></div>    <div class="content"><?php print $content; ?></div>
11      <?php if($signature) { ?>
12      <div class="clear-block">
13        <div>-</div>
14        <?php print $signature; ?>
15        </div>
16      <?php } ?>
17    <div class="links"><?php print $links; ?></div>    <div class="links"><?php print $links; ?></div>
18  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2