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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Feb 3 03:36:00 2007 UTC (2 years, 9 months ago) by jwolf
Branch: MAIN
CVS Tags: DRUPAL-4-7--2-2, DRUPAL-4-7--2-1, DRUPAL-5--3-3, DRUPAL-5--3-2, DRUPAL-5--3-1, DRUPAL-5--3-0, DRUPAL-5--2-2, DRUPAL-4-7--3-0, DRUPAL-4-7--3-1, DRUPAL-5--2-0, DRUPAL-5--2-1, HEAD
Branch point for: DRUPAL-4-7--2, DRUPAL-4-7--3, DRUPAL-4-7, DRUPAL-6--1, DRUPAL-5--3, DRUPAL-5--2, DRUPAL-5
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
#114460 - fixed primary links, sitename and slogan clash.
1 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
2 <?php if ($picture) {
3 print $picture;
4 } ?>
5 <div class="commentTitle"><?php print $title; ?></div>
6 <div class="submitted"><?php print $submitted; ?></div>
7 <div class="content"><?php print $content; ?></div>
8 <div class="links"><?php print $links; ?></div>
9 </div>

  ViewVC Help
Powered by ViewVC 1.1.2