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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jul 24 21:02:16 2007 UTC (2 years, 4 months ago) by melon
Branch: MAIN
CVS Tags: DRUPAL-5--0-11, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +1 -2 lines
File MIME type: text/x-php
Small modifications
1 <?php // $Id: $
2 //
3 // Ubiquity Drupal theme comment.tpl.php file
4 //
5 ?><div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
6 <div class="submitted"><?php print t('On ') . format_date($comment->timestamp, 'custom', 'G:ia, F jS, Y'); ?> <?php print theme('username', $comment) . t(' said'); ?>:</div>
7 <?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?><h3 class="title" title="<?php print t('Permalink'); ?>"><?php print $title; ?></h3>
8
9 <div class="content"><div class="content-inner"><?php if ($picture): ?><div class="picture"><?php print $picture; ?></div><?php endif; ?><?php print $content; ?></div></div>
10 <div class="links"><?php print $links; ?></div>
11 </div>

  ViewVC Help
Powered by ViewVC 1.1.2