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

Contents of /contributions/themes/Aeon5/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 Feb 4 01:03:00 2008 UTC (21 months, 3 weeks ago) by chrisherberte
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.3: +1 -1 lines
File MIME type: text/x-php
d6 initial release
1 <?php
2 // $Id:
3 ?>
4 <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>">
5 <p class="header">
6 <?php if ($comment->new) { ?>
7 <span class="new">
8 <?php print $new ?>
9 </span>
10 <?php }; ?>
11 <div class="comment-title">
12 <?php print $title ?>
13 </div>
14 </p>
15 <div class="comment-content">
16 <?php print $content ?>
17 </div>
18 <div class="comment-author">
19 <?php print $author ?> | <?php print $date ?>
20 </div>
21 <div id="comment-links">
22 <?php print $links ?>
23 </div>
24 </div>

  ViewVC Help
Powered by ViewVC 1.1.2