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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Fri Mar 14 20:53:26 2008 UTC (20 months, 2 weeks ago) by politicalphysics
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -2 lines
File MIME type: text/x-php
Initial commit of atck for Drupal 6.
1 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
2 <?php if ($new != ''): ?>
3 <span class="new"><?php print $new; ?></span>
4 <?php endif; ?>
5 <h3 class="title"><?php print $title; ?></h3>
6 <?php if ($picture) print $picture; ?>
7 <span class="submitted"><?php print t('Submitted on ') . format_date($comment->timestamp, 'custom', 'F jS, Y') . t(' by '); ?> <?php print theme('username', $comment); ?></span>
8 <div class="content">
9 <?php print $content ?>
10 <?php if ($signature): ?>
11 <div class="user-signature clear-block">
12 <?php print $signature ?>
13 </div>
14 <?php endif; ?>
15 </div>
16 <div class="links">
17 <?php print $links; ?>
18 </div>
19 </div>

  ViewVC Help
Powered by ViewVC 1.1.2