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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Jun 23 15:06:14 2008 UTC (17 months ago) by plutado
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, DRUPAL-5--1-9, DRUPAL-5--1-8, DRUPAL-5--1-5, DRUPAL-5--1-4, DRUPAL-5--1-7, DRUPAL-5--1-6, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, DRUPAL-6--1-5, DRUPAL-6--1-6, DRUPAL-6--1-7, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-5--1-11, DRUPAL-5--1-10, DRUPAL-5--1-12, HEAD
Branch point for: DRUPAL-5--2, DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
adding regular files to theme.
1 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?> clear-block">
2 <?php print $picture ?>
3
4 <?php if ($comment->new) : ?>
5 <a id="new"></a>
6 <span class="new"><?php print $new ?></span>
7 <?php endif; ?>
8
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