/[drupal]/contributions/modules/comment_og/comment.tpl.php
ViewVC logotype

Contents of /contributions/modules/comment_og/comment.tpl.php

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


Revision 1.3 - (show annotations) (download) (as text)
Thu Apr 3 07:26:00 2008 UTC (19 months, 3 weeks ago) by rapsli
Branch: MAIN
CVS Tags: DRUPAL-5--0-3beta2, DRUPAL-5--0-3beta1, DRUPAL-5--0-2beta, DRUPAL-5--0-2beta1
Changes since 1.2: +4 -2 lines
File MIME type: text/x-php
some minor bugs.
1 <?php // $Id: comment.tpl.php,v 1.2 2008/03/05 09:54:42 rapsli Exp $ ?>
2
3
4 <?php if ($comment->visibility == 1 || !module_exists('comment_og')){ ?>
5
6 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?>">
7 <div class="clearfix">
8 <?php if ($comment->new) : ?>
9 <a id="new"></a>
10 <span class="new"><?php print $new ?></span>
11 <?php endif; ?>
12 <?php print $picture ?>
13 <h3><?php print $title ?></h3>
14 <div class="submitted"><?php print $submitted ?></div>
15 <div class="content"><?php print $content ?></div>
16 </div>
17 <?php print $links ?>
18 </div>
19
20
21 <?php } ?>

  ViewVC Help
Powered by ViewVC 1.1.2