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

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

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


Revision 1.4 - (show annotations) (download) (as text)
Mon Mar 20 10:28:36 2006 UTC (3 years, 8 months ago) by robonoob
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
Changes since 1.3: +0 -0 lines
File MIME type: text/x-php
# update the cvs version to drupal-4-6 branch
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 <div class="title"><?php print $title ?></div>
7 <?php print $picture ?>
8 <div class="author"><?php print $submitted ?></div>
9 <div class="content"><?php print $content ?></div>
10 <?php if ($picture) : ?>
11 <br class="clear" />
12 <?php endif; ?>
13 <div class="links"><?php print $links ?></div>
14 </div>

  ViewVC Help
Powered by ViewVC 1.1.2