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

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

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


Revision 1.10 - (show annotations) (download) (as text)
Sun Jun 3 11:19:39 2007 UTC (2 years, 5 months ago) by sbrozius
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Changes since 1.9: +0 -0 lines
File MIME type: text/x-php
Removal of textarea.js. Update the drupal-textarea.js to at least version 1.14
1 <?php
2 // $Id$
3 ?>
4 <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>">
5 <p class="header">
6 <?php if ($comment->new) { ?>
7 <div class="new"><?php print $new ?></div>
8 <?php }; ?>
9 <?php if ($picture) { ?>
10 <div class="right"><?php print $picture ?></div>
11 <?php }; ?>
12 <div class="comment-title"><?php print $title ?></div>
13 <div class="comment-author"><?php print $author ?> | <?php print $date ?></div>
14 </p>
15 <div class="content"><?php print $content ?></div>
16 <div class="postmetadata"><?php print $links ?></div>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2