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

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

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

revision 1.1, Mon Oct 29 22:29:40 2007 UTC revision 1.1.2.1, Sun Feb 17 23:29:52 2008 UTC
# Line 2  Line 2 
2    <?php if ($picture) : ?><?php print $picture ?><?php endif; ?>    <?php if ($picture) : ?><?php print $picture ?><?php endif; ?>
3    <div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div>    <div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div>
4    <div class="content clearfix"><?php print $content ?></div>    <div class="content clearfix"><?php print $content ?></div>
5      <?php if ($signature): ?>
6        <div class="user-signature clear-block">
7          <?php print $signature ?>
8        </div>
9      <?php endif; ?>
10    <?php if ($links) : ?><div class="links_box"><?php print $links ?></div><?php endif; ?>    <?php if ($links) : ?><div class="links_box"><?php print $links ?></div><?php endif; ?>
11  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2