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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Jul 18 04:17:45 2008 UTC (16 months, 1 week ago) by couzinhub
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial commit of the Abarre theme
1 <?php
2 // $Id$
3 ?>
4 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
5 <?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
6 <h3 class="title"><?php print $title; ?></h3>
7 <?php if ($picture) print $picture; ?>
8 <div class="submitted"><?php print t('On ') . format_date($comment->timestamp, 'custom', 'F jS, Y'); ?> <?php print theme('username', $comment) . t(' says:'); ?></div>
9 <div class="content"><?php print $content; ?></div>
10 <div class="links"><?php print $links; ?></div>
11 </div>

  ViewVC Help
Powered by ViewVC 1.1.2