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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Thu Apr 6 23:02:15 2006 UTC (3 years, 7 months ago) by samat
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
drupal 4.7 fixes
1 <div class="comment <?php if ($new) echo "comment-new"; ?>">
2 <?php if ($picture) { print $picture; } ?>
3 <h3 class="title"><?php print $title; ?></h3>
4 <div class="info">
5 <?php if ($new) { ?><span class="new">new</span><?php } ?>
6 <span class="submitted">
7 <span class="user"><?php print theme('username', $comment); ?></span> -
8 <span class="date"><?php print format_date($comment->timestamp, $type="large"); ?></span>
9 </span>
10 </div>
11 <div class="content"><?php print $content; ?></div>
12 <?php if ($links) { ?><div class="links">&raquo; <?php print $links; ?></div><?php } ?>
13 <div class="clear"></div>
14 </div>

  ViewVC Help
Powered by ViewVC 1.1.2