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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Aug 31 14:03:18 2006 UTC (3 years, 2 months ago) by nickl
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7
File MIME type: text/x-php
Theme contributed by SEO Position http://www.seoposition.com/
1 <?php
2 // $Id$
3 ?>
4 <div class="commentbox<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?>">
5 <?php if ($comment->new) : ?>
6 <a id="new"></a>
7 <span class="new"><?php print $new ?></span>
8 <?php endif; ?>
9 <?php if ($picture) { ?>
10 <div class="right"><?php print $picture ?></div>
11 <?php }; ?>
12 <div class="comment-title"><?php print $title ?></div>
13 <?php print $content ?>
14 </div>
15 <div class="commentfooter"><?php print $author ?> | <?php print $date ?></div>

  ViewVC Help
Powered by ViewVC 1.1.2