/[drupal]/contributions/modules/simple_review/comment.tpl.php
ViewVC logotype

Contents of /contributions/modules/simple_review/comment.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Sep 9 17:40:58 2007 UTC (2 years, 2 months ago) by smk
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
- Switched to a PHPTemplate stub function and added a customized comment.tpl.php.
1 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?> clear-block">
2 <?php print $picture ?>
3
4 <?php if ($comment->new) : ?>
5 <a id="new"></a>
6 <span class="new"><?php print $new ?></span>
7 <?php endif; ?>
8
9 <h3><?php print $title ?></h3>
10
11 <div class="rating">
12 <?php print $rating ?>
13 </div>
14
15 <div class="submitted">
16 <?php print $submitted ?>
17 </div>
18
19 <div class="content">
20 <?php print $content ?>
21 </div>
22
23 <?php print $links ?>
24 </div>

  ViewVC Help
Powered by ViewVC 1.1.2