/[drupal]/contributions/themes/newswire/comment-wrapper.tpl.php
ViewVC logotype

Contents of /contributions/themes/newswire/comment-wrapper.tpl.php

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


Revision 1.3 - (show annotations) (download) (as text)
Mon Nov 2 12:03:18 2009 UTC (3 weeks, 2 days ago) by jmburnz
Branch: MAIN
CVS Tags: DRUPAL-6--4-1, DRUPAL-6--4-0, HEAD
Changes since 1.2: +4 -2 lines
File MIME type: text/x-php
NW Goliate One, the big update for the new 3.4 version
1 <?php // $Id: comment-wrapper.tpl.php,v 1.2 2008/08/12 16:44:42 jmburnz Exp $
2 /**
3 * @file comment-wrapper.tpl.php
4 *
5 * Theme implementation to wrap comments.
6 *
7 * @see template_preprocess_comment_wrapper()
8 * @see theme_comment_wrapper()
9 */
10 ?>
11 <div id="comments">
12 <?php if (!empty($content)): ?>
13 <h2 id="comments-title"<?php if ($node->type == 'forum') { print ' class="element-invisible"'; } ?>>
14 <?php print t('Comments'); ?>
15 </h2>
16 <?php print $content; ?>
17 <?php endif; ?>
18 </div>

  ViewVC Help
Powered by ViewVC 1.1.2