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

Contents of /contributions/themes/candy_corn_rtl/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 Jan 16 01:17:33 2007 UTC (2 years, 10 months ago) by alaa
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
initial commit of RTL theme ports
1 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
2 <?php if ($picture) {
3 print $picture;
4 } ?>
5 <h3 id="commettitle"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
6 <div style="border: 1px solid #575A23"> <p><?php print $submitted; ?></p>
7 <p><?php print $content; ?></p>
8 <p>&raquo; <?php print $links; ?></p>
9 </div></div>

  ViewVC Help
Powered by ViewVC 1.1.2