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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Apr 28 04:02:13 2007 UTC (2 years, 6 months ago) by taherk
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
*** empty log message ***
1 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
2 <div class="itemhead">
3 <h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
4 <div class="metadata">
5 <?php if ($picture): print $picture; endif; ?>
6 <?php if ($submitted): ?><div class="chronodata"><?php print $submitted ?></div><?php endif; ?>
7 </div>
8 </div>
9 <div class="content">
10 <?php print $content; ?>
11 <div class="metadata">
12 <?php if ($links): ?><div class="commentslink"><?php print $links ?></div><?php endif; ?>
13 </div>
14 </div>
15 </div>

  ViewVC Help
Powered by ViewVC 1.1.2