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

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

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


Revision 1.5 - (show annotations) (download) (as text)
Sat Mar 28 22:50:40 2009 UTC (7 months, 4 weeks ago) by skiquel
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.4: +0 -0 lines
File MIME type: text/x-php
Syncing latest friendsforever (deprecated) with friendselectric
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 <h3 class="title"><?php print $title ?></h3>
8 <?php print $picture ?>
9 <div class="content"><?php print $content ?></div>
10 <?php if ($picture) : ?>
11 <span class="clear"></span>
12 <?php endif; ?>
13 <div class="info"><?php print theme('username', $comment) . ' – ' . str_replace('-', ' – ', format_date($comment->timestamp)) ?></div>
14 <div class="links"><?php print $links ?></div>
15 </div>

  ViewVC Help
Powered by ViewVC 1.1.2