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

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

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


Revision 1.5 - (show annotations) (download) (as text)
Mon Dec 29 00:53:01 2008 UTC (10 months, 4 weeks ago) by ktleow
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
File MIME type: text/x-php
Changed the way $submitted is displayed.
1 <div id="comment-<?php print $comment->cid ?>" class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->uid == $node->uid) ? ' comment-by-author-of-post' : ''; print ' '. $status ?> clear-block">
2 <?php print $picture ?>
3
4 <h3><?php print $title ?></h3>
5
6 <div class="submitted"><?php print $submitted ?></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">
18 <?php print $links ?>
19 </div>
20 </div>

  ViewVC Help
Powered by ViewVC 1.1.2