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

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

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


Revision 1.4 - (show annotations) (download) (as text)
Wed May 28 03:47:05 2008 UTC (17 months, 4 weeks ago) by brauerranch
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-BETA2, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.3: +4 -4 lines
File MIME type: text/x-php
#262969 by mustafau clean up coding style of several files.
1 <?php // $Id: comment.tpl.php,v 1.3 2008/05/25 17:43:26 brauerranch Exp $ ?>
2 <div class="comments comment<?php ($comment->new) ? print ' comment-new' : print ''; (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) ? print ' comment-unpublished' : print ''; print ' '. $zebra; ?>">
3
4 <?php if ($submitted): ?>
5 <p class="submitted"><?php print $submitted ?></p>
6 <?php endif; ?>
7
8 <?php if ($comment->new): ?>
9 <span class="new"><?php print drupal_ucfirst($new) ?></span>
10 <?php endif; ?>
11
12 <?php print $picture ?>
13
14 <h3 class="comment_title"><?php print $title ?></h3>
15
16 <div class="content">
17 <?php print $content ?>
18 <?php if ($signature) { ?>
19 <div class="signature">
20 <?php print $signature ?>
21 </div>
22 <?php } ?>
23 </div>
24
25 <?php if ($links): ?>
26 <div class="comments_links"><?php print $links ?></div>
27 <?php endif; ?>
28 </div>

  ViewVC Help
Powered by ViewVC 1.1.2