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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Sep 12 18:48:38 2008 UTC (14 months, 1 week ago) by frjo
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +10 -2 lines
File MIME type: text/x-php
Update to Drupal 6 of the Blommor01 theme.
1
2 <!-- start comment -->
3 <div class="comment <?php print $comment_classes ?>">
4 <?php if (!empty($new)): ?>
5 <a id="new"></a>
6 <span class="new"><?php print $new ?></span>
7 <?php endif; ?>
8 <h3 class="title"><?php print $title ?></h3>
9 <?php if ($unpublished): ?>
10 <div class="unpublished"><?php print t('Unpublished') ?></div>
11 <?php endif; ?>
12 <?php print $picture ?>
13 <div class="submitted"><?php print $submitted ?></div>
14 <div class="content clear-block"><?php print $content ?></div>
15 <?php if ($signature): ?>
16 <div class="user-signature clear-block"><?php print $signature ?></div>
17 <?php endif; ?>
18 <?php if ($links): ?>
19 <div class="links">&raquo; <?php print $links ?></div>
20 <?php endif; ?>
21 </div>

  ViewVC Help
Powered by ViewVC 1.1.2