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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Feb 10 00:19:39 2007 UTC (2 years, 9 months ago) by s7en
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
First upload/version of ActiveSigns
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 <?php
8 $name = $comment->name;
9 ?>
10
11 <div class="title"><?php print $title ?></div>
12 <?php if ($picture) { ?>
13 <?php print $picture ?>
14 <?php }; ?>
15 <div class="author"><?php print $submitted ?></div>
16 <div class="content"><?php print $content ?></div>
17 <?php if ($picture) : ?>
18 <br class="clear" />
19 <?php endif; ?>
20 <div class="links"><?php print $links ?></div>
21 </div>

  ViewVC Help
Powered by ViewVC 1.1.2