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

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

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

revision 1.1 by antinomia, Fri May 12 03:57:52 2006 UTC revision 1.1.4.1 by antinomia, Mon May 28 22:02:37 2007 UTC
# Line 1  Line 1 
   <div class="comment styledbox">  
     <?php if ($picture) {  
     print $picture;  
   } ?>  
 <?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>  
 <h3 class="title"><?php print $title; ?></h3>  
     <div class="submitted"><?php print $submitted; ?></div>  
     <div class="content"><?php print $content; ?></div>  
     <div class="links"><?php print $links; ?></div>  
   </div>  
1    <?php
2    // $Id$
3    ?>
4    <div class="comment styledbox">
5      <?php
6        if ($picture) {
7          print $picture;
8        }
9      ?>
10      <?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
11      <h3 class="title"><?php print $title; ?></h3>
12      <div class="submitted"><?php print $submitted; ?></div>
13      <div class="content"><?php print $content; ?></div>
14      <div class="links"><?php print $links; ?></div>
15    </div>

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

  ViewVC Help
Powered by ViewVC 1.1.6