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

Contents of /contributions/themes/shallowgrunge/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 Aug 12 20:32:34 2008 UTC (15 months, 1 week ago) by doncoryon
Branch: MAIN
CVS Tags: DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
File MIME type: text/x-php
Intial release
1 <?php
2 // $Id$
3 ?>
4 <div class="comment<?php print ' '. $status; ?>">
5 <?php if ($picture) {
6 print $picture;
7 } ?>
8 <h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
9 <div class="submitted"><?php print $submitted; ?></div>
10 <div class="content">
11 <?php print $content; ?>
12 <?php if ($signature): ?>
13 <div class="clear-block">
14 <div>—</div>
15 <?php print $signature ?>
16 </div>
17 <?php endif; ?>
18 </div>
19 <div class="links"><?php print $links; ?></div>
20 </div>

  ViewVC Help
Powered by ViewVC 1.1.2