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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Fri Jun 23 21:22:50 2006 UTC (3 years, 5 months ago) by rkerr
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
*** empty log message ***
1 <?php /* $Id: comment.tpl.php,v 1.1.4.1 2006/06/06 13:06:13 rkerr Exp $ */ ?>
2 <div id="comment-<?php print $comment->cid; ?>" class="comment<?php print ($comment->new)?" comment-new":""; ?>">
3 <?php if ($title): ?>
4 <h3>
5 <?php if ($submitted): ?>
6 <span class="date"><?php print $submitted; ?></span>
7 <?php endif; ?>
8 <?php print $title . ($comment->new ? " <a id=\"new\"></a><span class=\"highlight\">$new</span>" : ''); ?>
9 </h3>
10 <?php endif; ?>
11 <?php print $picture; ?>
12 <?php print $content; ?>
13 <?php print ($picture ? '<br class="clear" />' : ''); ?>
14 <div class="links"><?php print $links; ?></div>
15 </div>
16
17 <hr />

  ViewVC Help
Powered by ViewVC 1.1.2