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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Mar 18 05:45:28 2007 UTC (2 years, 8 months ago) by vadbarsdrupalorg
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
File MIME type: text/x-php
first release
1 <li class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">
2 <cite><?php print t('!username', array('!username' => theme('username', $comment))); ?></cite> Says:
3 <br />
4 <small class="commentmetadata">
5 <?php print t('!date', array('!date' => format_date($comment->timestamp))); ?>
6 <?php if ($comment->new) : ?><a id="new"></a><span class="new"><?php print drupal_ucfirst($new) ?></span><?php endif; ?>
7 </small>
8 <?php print $content ?>
9 <?php if ($links): ?><div class="links"><?php print $links ?></div><?php endif; ?>
10 </li>

  ViewVC Help
Powered by ViewVC 1.1.2