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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Jan 2 10:57:38 2009 UTC (10 months, 3 weeks ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
First Initial release of Addari by Mohd. Sakib of Worthapost.com
1
2 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status; print ' '. $zebra; ?>">
3
4 <div class="clear-block">
5 <?php if ($submitted): ?>
6 <span class="submitted"><?php print $submitted; ?></span>
7 <?php endif; ?>
8
9 <?php if ($comment->new) : ?>
10 <span class="new"><?php print drupal_ucfirst($new) ?></span>
11 <?php endif; ?>
12
13 <?php print $picture ?>
14
15 <h3><?php print $title ?></h3>
16
17 <div class="content">
18 <?php print $content ?>
19 <?php if ($signature): ?>
20 <div class="clear-block">
21 <div>—</div>
22 <?php print $signature ?>
23 </div>
24 <?php endif; ?>
25 </div>
26 </div>
27
28 <?php if ($links): ?>
29 <div class="links"><?php print $links ?></div>
30 <?php endif; ?>
31 </div>

  ViewVC Help
Powered by ViewVC 1.1.2