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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Aug 6 08:04:57 2006 UTC (3 years, 3 months ago) by phobosgekko
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +22 -0 lines
File MIME type: text/x-php
*** empty log message ***
1 <table width="100%" class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>">
2 <!-- [SUBJECT] -->
3 <tr>
4 <td class="comment_info">
5 <div class="author">Author: <?php print $author ?></div>
6 <div class="comment_date"><?php print $date ?></div>
7 </td>
8 <td class="comment_picture"><?php print $picture ?></td>
9 </tr>
10
11 <tr>
12 <td colspan="3" class="comment_content">
13 <?php if ($comment->new) : ?>
14 <a id="new"></a>
15 <span class="new"><?php print $new ?></span>
16 <?php endif; ?>
17 <?php print $content ?> </td>
18 </tr>
19 <tr>
20 <td colspan="3" class="links"><?php print $links ?></td>
21 </tr>
22 </table>

  ViewVC Help
Powered by ViewVC 1.1.2