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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Jul 30 08:12:40 2008 UTC (15 months, 3 weeks ago) by johnforsythe
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
initial Drupal 6.x release
1 <div class="clear-block comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ($comment->uid == $node->uid) ? ' author' : ''; ?>">
2
3 <?php if ($comment->new) : ?>
4 <a id="new"></a>
5 <span class="new"><?php print $new ?></span>
6 <?php endif; ?>
7
8 <?php print $picture ?>
9 <h3><?php print $title ?></h3>
10
11 <div class="submitted">
12 <?php print $submitted ?>
13 </div>
14
15 <div class="content">
16 <?php print $content ?>
17 </div>
18
19 <?php print $links ?>
20 </div>

  ViewVC Help
Powered by ViewVC 1.1.2