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

Contents of /contributions/themes/beginningW2/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 May 13 12:39:40 2009 UTC (6 months, 2 weeks ago) by robby
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, DRUPAL-6--1-3, HEAD
Changes since 1.1: +2 -2 lines
File MIME type: text/x-php
6.x-1.3 release :
add 3 floating blocks // 3 others regions for the "Headerblock" floating blocks, above Featured region.
Provided by Demir http://drupal.org/user/173084
issue : #424086
1
2 <?php
3 // $Id: comment.tpl.php,v 1.1 2008/06/09 16:31:31 robby Exp $
4 // beginning Web 2.0 drupal 6.x theme, created by robin / biboo.net / gazwal.com
5 ?>
6 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status; print ' '. $zebra; ?>">
7 <?php if ($picture) {print $picture;}?>
8
9 <?php if ($comment->new) : ?>
10 <span class="new"><?php print drupal_ucfirst($new) ?></span>
11 <?php endif; ?>
12
13 <h3><?php print $title ?></h3>
14
15 <?php if ($submitted): ?>
16 <span class="submitted"><?php print $submitted; ?></span>
17 <?php endif; ?>
18
19 <?php print $content; ?>
20
21 <?php if ($signature): ?>
22 <div class="signature">
23 <?php print $signature ?>
24 </div>
25 <?php endif; ?>
26
27 <?php if ($links): ?>
28 <div class="commentlinks"><?php print $links ?></div>
29 <?php endif; ?>
30
31 </div>

  ViewVC Help
Powered by ViewVC 1.1.2