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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Apr 15 18:31:16 2008 UTC (19 months, 1 week ago) by dm66
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Add to CVS
1 <?php
2 // $Id$
3 ?>
4 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?>">
5 <div class="content">
6 <div class="submitted">
7 <?php if ($comment->new): ?>
8 <span class="new"><?php print $new ?></span>
9 <?php endif; ?>
10 <?php print $submitted ?>
11 </div>
12 <?php print $picture ?>
13 <?php print $content ?>
14 <?php if ($signature): ?>
15 <div class="user-signature clear-block">
16 <?php print $signature ?>
17 </div>
18 <?php endif; ?>
19 </div>
20 <div class="links">
21 <?php print $links; ?>
22 </div>
23 </div>

  ViewVC Help
Powered by ViewVC 1.1.2