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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Fri Nov 30 21:30:19 2007 UTC (23 months, 3 weeks ago) by nickbits
Branch: MAIN
CVS Tags: DRUPAL-6--2-5, DRUPAL-6--2-4, DRUPAL-6--2-2, DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-5--1-5, DRUPAL-5--1-7, DRUPAL-5--1-3, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.2: +1 -2 lines
File MIME type: text/x-php
Sidebar changes and typo's
1 <div class="post comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
2 <?php if ($picture) : ?><?php print $picture ?><?php endif; ?>
3 <p><?php print $author; ?> on <?php print format_date($comment->timestamp, 'custom','F dS Y') ?></p>
4 <div class="content"><?php print $content ?></div>
5 <?php if ($links): ?><div class="comments"><?php print $links ?></div><?php endif; ?>
6 </div>

  ViewVC Help
Powered by ViewVC 1.1.2