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

Diff of /contributions/themes/d4rk/comment.tpl.php

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

revision 1.1, Fri Jan 30 20:27:17 2009 UTC revision 1.2, Sun Feb 1 04:32:21 2009 UTC
# Line 0  Line 1 
1    <div class="comment <?php echo comment_classes($comment) .' '. $zebra; if ($unpublished) { echo 'comment-unpublished'; } ?> clear-block">
2            <div class="comment-inner">
3    
4        <?php if ($title): ?>
5          <h3 class="title"><?php echo $title; if (!empty($new)): ?> <span class="new"><?php echo $new; ?></span><?php endif; ?></h3>
6        <?php elseif (!empty($new)): ?>
7          <div class="new"><?php echo $new; ?></div>
8        <?php endif; ?>
9    
10        <?php if ($unpublished): ?>
11          <div class="unpublished"><?php echo t('Unpublished'); ?></div>
12        <?php endif; ?>
13    
14        <?php if ($picture): ?>
15                <div class="picture"><?php echo $picture; ?></div>
16              <?php endif; ?>
17    
18        <div class="submitted">
19          <?php echo $submitted; ?>
20        </div>
21    
22        <div class="content">
23          <?php echo $content ?>
24          <?php if ($signature): ?>
25          <div class="user-signature clear-block">
26            <?php echo $signature; ?>
27          </div>
28          <?php endif; ?>
29        </div>
30    
31        <?php if ($links): ?>
32          <div class="links">
33            <?php echo $links; ?>
34          </div>
35        <?php endif; ?>
36    
37      </div> <!-- /comment-inner -->
38    </div> <!-- /comment -->

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

  ViewVC Help
Powered by ViewVC 1.1.2