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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Mar 25 01:06:43 2005 UTC (4 years, 8 months ago) by kbahey
Branch: MAIN
CVS Tags: DRUPAL-4-5, HEAD
Branch point for: DRUPAL-4-6, DRUPAL-4-7
File MIME type: text/x-php
Initial commit for the Democratica theme by Chris Messina.
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 <div class="content">
9 <?php if ($picture) : ?>
10 <div class="user-picture">
11 <?php print $picture ?>
12 </div>
13 <?php endif; ?>
14 <?php print $content ?>
15 </div>
16 <?php if ($picture) : ?>
17 <br class="clear" />
18 <?php endif; ?>
19 <div class="author">
20 <?php print $submitted; ?>
21 </div>
22 <div class="links">
23 <?php print $links ?>
24 </div>
25 </div>

  ViewVC Help
Powered by ViewVC 1.1.2