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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Jan 3 23:48:26 2006 UTC (3 years, 10 months ago) by pfmj2005
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
File MIME type: text/x-php
no message
1 <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>">
2 <?php if ($comment->new) : ?>
3 <a id="new"></a> <span class="new"><?php print $new ?></span>
4 <?php endif; ?>
5 <?php print $picture ?> <cite><?php print $author ?> Says:</cite><br />
6 <small><?php print $date ?></small>
7 <div class="content"><?php print $content ?></div>
8 <?php if ($picture) : ?>
9 <br class="clear" />
10 <?php endif; ?>
11 <p class="postmetadata"><?php print $links ?> &#187;</p>
12 </div>

  ViewVC Help
Powered by ViewVC 1.1.2