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

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

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

revision 1.1, Thu Apr 24 11:45:24 2008 UTC revision 1.2, Thu Apr 24 12:58:59 2008 UTC
# Line 16  Line 16 
16        <span class="new"><?php print $new; ?></span>        <span class="new"><?php print $new; ?></span>
17      <?php } ?>      <?php } ?>
18      <div class="content"><?php print $content; ?></div>      <div class="content"><?php print $content; ?></div>
19        <?php if($signature) { ?>
20        <div class="clear-block">
21          <div>-</div>
22          <?php print $signature; ?>
23          </div>
24        <?php } ?>
25      <div class="links"><?php print $links; ?></div>      <div class="links"><?php print $links; ?></div>
26      </td>      </td>
27      <td id="comment-mr"></td>      <td id="comment-mr"></td>

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

  ViewVC Help
Powered by ViewVC 1.1.2