/[drupal]/contributions/themes/addari/template.php
ViewVC logotype

Contents of /contributions/themes/addari/template.php

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


Revision 1.3 - (show annotations) (download) (as text)
Mon Jan 26 14:13:39 2009 UTC (9 months, 4 weeks ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-6--1-3, HEAD
Changes since 1.2: +3 -21 lines
File MIME type: text/x-php
*** empty log message ***
1 <?php
2
3 function phptemplate_comment_wrapper($content, $node) {
4 if (!$content || $node->type == 'forum') {
5 return '<div id="comments">'. $content .'</div>';
6 }
7 else {
8 return '<div id="comments"><h2 class="comments">'. t('Comments') .'</h2>'. $content .'</div>';
9 }
10 }
11
12 ?>

  ViewVC Help
Powered by ViewVC 1.1.2