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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Aug 4 16:46:36 2008 UTC (15 months, 3 weeks ago) by slasant
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
File MIME type: text/x-php
*** empty log message ***
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="firma">
9 <?php print $signature ?>
10 </div>
11 <div class="links"><?php print $links; ?></div>
12 </div>

  ViewVC Help
Powered by ViewVC 1.1.2