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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Sep 28 22:11:40 2006 UTC (3 years, 1 month ago) by jhuckabee
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
Initial upload of Warped theme
1 <div class="comments<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
2 <p class="user"><span class="title"><?php print $title; ?></span><?php if ($new != '') { ?> <span class="new"><?php print $new; ?></span><?php } ?><br/><?php print $submitted; ?></p>
3 <p><?php if ($picture) {print $picture;} ?><?php print $content; ?></p>
4 <p>&raquo; <?php print $links; ?></p>
5 </div>

  ViewVC Help
Powered by ViewVC 1.1.2