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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Jun 26 16:36:45 2008 UTC (17 months ago) by krishikesh
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial Release for Drupal 6
1 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">
2
3 <?php if ($picture) { print $picture; } ?>
4
5 <?php if ($comment->new): ?>
6 <span class="new"><?php print $new ?></span>
7 <?php endif; ?>
8
9 <div class="commentTitle">
10 <?php print $title; ?>
11 </div>
12
13 <div class="submitted">
14 <?php print $submitted ?>
15 </div>
16
17 <div class="content">
18 <?php print $content ?>
19 <?php if ($signature): ?>
20 <div class="user-signature clear-block">
21 <?php print $signature ?>
22 </div>
23 <?php endif; ?>
24 </div>
25
26 <div class="links">
27 <?php print $links; ?>
28 </div>
29 </div>
30

  ViewVC Help
Powered by ViewVC 1.1.2