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

Diff of /contributions/themes/moleskine/comment-wrapper.tpl.php

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

revision 1.1 by couzinhub, Wed Dec 31 23:53:50 2008 UTC revision 1.1.2.1 by couzinhub, Wed Dec 31 23:53:50 2008 UTC
# Line 0  Line 1 
1    <?php if ($node->type == 'forum'): ?>
2            <div id="comments">
3            <?php print $content; ?>
4            </div>
5    <?php else :?>
6            <div id="comments">
7                    <h2 class="comments"><?php echo t('Comments'); ?> </h2>
8            <?php print $content; ?>
9            </div>
10    <?php endif ;?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.3