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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Dec 29 00:23:59 2008 UTC (11 months 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 ($comment->uid == $node->uid) ? ' comment-by-author-of-post' : ''; print ' '. $status ?> clear-block">
2 <div class="comment-info">
3 <?php print $picture ?>
4 <h3><?php print $id ?>.&nbsp;&nbsp;<?php print $author ?> (<?php print format_date($comment->timestamp, 'custom', 'j F, Y - H:i'); ?>) <?php print t('says'); ?>:</h3>
5 </div>
6
7 <div class="content">
8 <?php print $content ?>
9
10 <div class="control-links clear-block">
11 <?php print $links ?>
12 </div>
13 </div>
14 </div>

  ViewVC Help
Powered by ViewVC 1.1.2