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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Jun 5 01:59:16 2006 UTC (3 years, 5 months ago) by taniwha
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
initial import
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 <?php /*<h3><?php print $title ?></h3> */ ?>
7 <p><?php print $content ?></p>
8 <p><?php print $submitted ?></p>
9 <?php if ($picture) : ?>
10 <?php echo $picture; ?>
11 <br class="clear" />
12 <?php endif; ?>
13 <?php if ($links): ?>
14 <div class="links"><?php print $links ?></div>
15 <?php endif; ?>
16 </div>
17 <hr/>

  ViewVC Help
Powered by ViewVC 1.1.2