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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Apr 2 15:51:54 2007 UTC (2 years, 7 months ago) by psicomante
Branch: MAIN
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +15 -0 lines
File MIME type: text/x-php
Initial Commit for Drupal 5.x
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>

  ViewVC Help
Powered by ViewVC 1.1.2