/[drupal]/contributions/theme-engines/phptemplate/comment.tpl.php
ViewVC logotype

Contents of /contributions/theme-engines/phptemplate/comment.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Sep 12 09:22:56 2004 UTC (5 years, 2 months ago) by adrian
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-5, DRUPAL-4-6
Changes since 1.1: +2 -3 lines
File MIME type: text/x-php
Patch by Adrinux :

- fixes duplicate comment anchor/ID
- fixes 'new' comment marker display - now appear
- fixes comment titles - now appear
1 <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>">
2 <?php if ($comment->new) : ?>
3 <a id="new"></a>
4 <span class="new"><?php print $new ?></span>
5 <?php endif; ?>
6
7 <div class="title"><?php print $title ?></div>
8 <?php print $picture ?>
9 <div class="author"><?php print $submitted ?></div>
10 <div class="content"><?php print $content ?></div>
11 <?php if ($picture) : ?>
12 <br class="clear" />
13 <?php endif; ?>
14 <div class="links"><?php print $links ?></div>
15 </div>

  ViewVC Help
Powered by ViewVC 1.1.2