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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Oct 1 03:26:19 2008 UTC (13 months, 3 weeks ago) by jwolf
Branch: MAIN
CVS Tags: DRUPAL-6--1-8, DRUPAL-6--1-9, DRUPAL-6--1-4, 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, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
File MIME type: text/x-php
initial commit of the Acquia Marina theme
1 <?php
2 // $Id$
3 ?>
4
5 <!-- start comment.tpl.php -->
6 <div class="comment <?php print $comment_classes;?> clear-block">
7 <?php print $picture ?>
8 <?php if ($comment->new): ?>
9 <a id="new"></a>
10 <span class="new"><?php print $new ?></span>
11 <?php endif; ?>
12 <h3 class="title"><?php print $title ?></h3>
13 <div class="submitted">
14 <?php print $submitted ?>
15 </div>
16 <div class="content">
17 <?php print $content ?>
18 <?php if ($signature): ?>
19 <div class="signature">
20 <?php print $signature ?>
21 </div>
22 <?php endif; ?>
23 </div>
24 <?php if ($links): ?>
25 <div class="links">
26 <?php print $links ?>
27 </div>
28 <?php endif; ?>
29 </div>
30 <!-- /end comment.tpl.php -->

  ViewVC Help
Powered by ViewVC 1.1.2