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

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

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


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

  ViewVC Help
Powered by ViewVC 1.1.2