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

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

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

revision 1.2, Mon Feb 25 21:43:43 2008 UTC revision 1.3, Tue Mar 17 13:30:07 2009 UTC
# Line 1  Line 1 
1    <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">  
2    <div class="comment <?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status; print ' '. $zebra; ?>">
3    
4    
5      <?php if ($picture) {      <?php if ($picture) {
6      print $picture;      print $picture;
7    } ?>    } ?>
8    
9    
10      <div class="commentTitle"><?php print $title; ?></div>      <div class="commentTitle"><?php print $title; ?></div>
11      <div class="submitted"><?php print $submitted; ?></div>      <div class="submitted"><?php print $submitted; ?></div>
12      <div class="content"><?php print $content; ?></div>      <div class="content"><?php print $content; ?></div>

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

  ViewVC Help
Powered by ViewVC 1.1.2