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

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

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

revision 1.1, Mon Nov 20 15:07:03 2006 UTC revision 1.2, Mon Apr 2 15:51:54 2007 UTC
# Line 0  Line 1 
1    <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>">
2    <?php if ($comment->new) : ?>
3      <a id="new"></a>
4      <span class="new"><?php print $new ?></span>
5    <?php endif; ?>
6    
7    <div class="title"><?php print $title ?></div>
8      <?php print $picture ?>
9      <div class="author"><?php print $submitted ?></div>
10      <div class="content"><?php print $content ?></div>
11      <?php if ($picture) : ?>
12        <br class="clear" />
13      <?php endif; ?>
14      <div class="links"><?php print $links ?></div>
15    </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2