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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Aug 29 21:59:00 2008 UTC (14 months, 4 weeks ago) by slasant
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
File MIME type: text/x-php
1
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 class="corntl"></div><div class="corntr"></div><div class="cornbl"></div><div class="cornbr"></div>
13 </div>

  ViewVC Help
Powered by ViewVC 1.1.2