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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Jan 2 13:35:25 2009 UTC (10 months, 3 weeks ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
File MIME type: text/x-php
*** empty log message ***
1 <div id="comment-<?php print $comment->cid ?>" class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status ?> clear-block">
2 <div class="comment-tl">
3 <div class="comment-tr">
4 <div class="comment-br">
5 <div class="comment-bl">
6 <?php print $picture ?>
7
8 <h3><?php print $id ?>.&nbsp;<?php print $title ?></h3>
9
10 <div class="submitted">
11 <?php print $submitted ?>
12 </div>
13
14 <div class="content">
15 <?php print $content ?>
16 <?php if ($signature): ?>
17 <div class="user-signature clear-block">
18 <?php print $signature ?>
19 </div>
20 <?php endif; ?>
21 </div>
22
23 <?php print $links ?>
24 </div>
25 </div>
26 </div>
27 </div>
28 </div>

  ViewVC Help
Powered by ViewVC 1.1.2