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

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

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


Revision 1.53 - (show annotations) (download) (as text)
Mon Oct 5 18:51:39 2009 UTC (7 weeks, 3 days ago) by bz
Branch: MAIN
CVS Tags: DRUPAL-6--1-44, HEAD
Changes since 1.52: +0 -0 lines
File MIME type: text/x-php
*** empty log message ***
1 <div class="c_comment comment<?php
2 print ' '. $zebra;
3 print ' comment-'. $zebra;
4 print ($comment->new ? ' comment-new' : '');
5 print ' comment-'. $status;
6 print ' comment_depth-'. $comment->depth;
7 ?>">
8 <div class="c_comment-subStyle">
9
10 <h3 class="c_comment_title"><?php print $title ?></h3>
11
12 <?php if ($submitted) { ?>
13 <span class="c_comment-submitted submitted">
14 <?php print t('Published') .' '; ?>
15 <?php print '<span class="username">' . t('!username', array('!username' => theme('username', $comment))) .'</span> '; ?>
16 <?php print '<span class="datetime">' . t('!datetime', array('!datetime' => format_date($comment->timestamp, 'custom', 'D, d/m/Y - H:i'))) . '</span>'; ?>
17 </span>
18 <?php } ?>
19
20 <?php if (strlen($picture) > 50) { ?>
21 <div class="c_user_picture">
22 <?php print $picture ?>
23 </div>
24 <?php } ?>
25
26 <?php if ($comment->new) { ?>
27 <span class="new"><?php print drupal_ucfirst($new) ?></span>
28 <?php } ?>
29
30 <div class="c_comment_content content">
31 <?php print $content ?>
32 <?php if ($signature) { ?>
33 <div class="signature">
34 <?php print $signature ?>
35 </div>
36 <?php } ?>
37 </div>
38
39 <div class="c_clear">&nbsp;</div>
40
41 <?php if ($links) { ?>
42 <div class="c_comment_links c_links"><?php print $links ?></div>
43 <?php } ?>
44
45 </div>
46 </div>

  ViewVC Help
Powered by ViewVC 1.1.2