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

Contents of /contributions/themes/redhot/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 Aug 28 17:40:45 2008 UTC (14 months, 4 weeks ago) by stclaird
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial Release for Drupla 6.0
1 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : '';?> clear-block">
2 <?php if ($picture) {
3 print $picture;
4 } ?>
5 <h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
6 <div class="submitted"><?php print $submitted; ?></div>
7 <div class="content"><?php print $content;?>
8 <?php if ($signature && $comment->cid > 3443): // The highest comment ID before upgrading to Drupal 6 ?>
9 <div class="user-signature clear-block">
10 <?php print $signature ?>
11 </div>
12 <?php endif; ?></div>
13 <div class="links">&raquo; <?php print $links; ?></div>
14 </div>

  ViewVC Help
Powered by ViewVC 1.1.2