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

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

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

revision 1.1.6.1 by couzinhub, Fri Jul 11 22:10:10 2008 UTC revision 1.1.6.2 by couzinhub, Sat Aug 23 19:42:16 2008 UTC
# Line 0  Line 1 
1    <?php
2    // $Id$
3    ?>
4    
5    <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
6    
7    <h3 class="title">
8    <?php print $title; ?>
9    <?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
10    </h3>
11    
12    <?php if ($picture) print $picture; ?>
13        <div class="submitted"><?php print t('On ') . format_date($comment->timestamp, 'custom', 'F jS, Y'); ?> <?php print theme('username', $comment) . t(' says:'); ?></div>
14        <div class="content"><?php print $content; ?></div>
15        <div class="links"><?php print $links; ?></div>
16    
17    </div>

Legend:
Removed from v.1.1.6.1  
changed lines
  Added in v.1.1.6.2

  ViewVC Help
Powered by ViewVC 1.1.3