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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Dec 27 18:47:14 2008 UTC (11 months ago) by arancaytar
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.1: +5 -0 lines
File MIME type: text/x-php
#273313 by Arancaytar: D6 compatibility upgrade for Aurora
1 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
2 <?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
3 <h3 class="title"><?php print $title; ?></h3>
4 <?php if ($picture) print $picture; ?>
5 <div class="submitted"><?php print t('On ') . format_date($comment->timestamp, 'custom', 'F jS, Y'); ?> <?php print theme('username', $comment) . t(' says:'); ?></div>
6 <div class="content"><?php print $content; ?></div>
7 <?php if ($signature): ?>
8 <div class="user-signature clear-block">
9 <?php print $signature ?>
10 </div>
11 <?php endif; ?>
12 <div class="links"><?php print $links; ?></div>
13 </div>

  ViewVC Help
Powered by ViewVC 1.1.2