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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Dec 23 20:11:02 2008 UTC (11 months ago) by troy
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
[+] Initial commit
1 <?php
2 // $Id$
3 ?>
4
5 <div class="clear-block comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
6 <?php if ($picture) { print $picture; } ?>
7 <span class="submitted"><?php print $submitted; ?></span>&nbsp;<span class="this-link <?php if ($new != '') { ?>new <?php } ?>"><?php echo "<a href=\"$node_url#comment-$comment->cid\">#</a>"; ?></span>
8
9
10 <div class="content"><?php print $content; ?></div>
11 <div class="links-comment "><?php print $links; ?></div> &nbsp;</div>

  ViewVC Help
Powered by ViewVC 1.1.2