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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Mar 11 15:35:44 2009 UTC (8 months, 2 weeks ago) by johnalbin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +13 -2 lines
File MIME type: text/x-php
Updated files to those used in Drupal core HEAD.
1 <?php
2 // $Id: comment.tpl.php,v 1.9 2009/02/18 14:28:23 webchick Exp $
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="clearfix">
14 <div>—</div>
15 <?php print $signature ?>
16 </div>
17 <?php endif; ?>
18 </div>
19 <div class="links">&raquo; <?php print $links; ?></div>
20 </div>

  ViewVC Help
Powered by ViewVC 1.1.2