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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Dec 21 06:16:28 2008 UTC (11 months ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3, DRUPAL-6--2-0-BETA4, HEAD
Changes since 1.1: +3 -1 lines
File MIME type: text/x-php
New version of Color Paper, a lot of changes. Now compatible with IE6.
1 <div id="comment-<?php print $comment->cid ?>" class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status ?> <?php print $zebra ?> clear-block">
2 <div class="author">
3 <?php print $picture ?>
4 <div class="name"><?php print $author ?></div>
5 <div class="submitted"><?php print format_date($comment->timestamp, 'custom', 'D, j F, Y - H:i'); ?></div>
6 </div>
7
8 <div class="content">
9 <?php print $content ?>
10 <?php if ($signature): ?>
11 <div class="user-signature clear-block">
12 <?php print $signature ?>
13 </div>
14 <?php endif; ?>
15 </div>
16
17 <div class="control-links clear-block">
18 <?php print $links ?>
19 </div>
20 </div>

  ViewVC Help
Powered by ViewVC 1.1.2