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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Nov 3 08:53:01 2007 UTC (2 years ago) by manuelcillero
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +4 -1 lines
File MIME type: text/x-php
Added cvs headers and styles reviewed for IE.
1 <?php /* $Id$
2 CristalX4Drupal Theme
3 */
4 ?>
5 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">
6
7 <?php print $picture ?>
8
9 <?php if ($comment->new): ?>
10 <a id="new"></a>
11 <span class="new"><?php print drupal_ucfirst($new) ?></span>
12 <?php endif; ?>
13
14 <h3 class="comment-title"><?php print $title ?></h3>
15
16 <?php if ($submitted): ?>
17 <span class="submitted">
18 <?php print t('!date — !username', array('!date' => format_date($comment->timestamp), '!username' => theme('username', $comment))); ?>
19 </span>
20 <?php endif; ?>
21
22 <div class="content">
23 <?php print $content ?>
24
25 </div>
26
27 <?php if ($links): ?>
28 <div class="links noprint"><?php print $links ?></div>
29 <?php endif; ?>
30
31 </div>
32
33

  ViewVC Help
Powered by ViewVC 1.1.2