~ubuntu-drupal-devs/ubuntu-drupal-theme/6.x-brown

« back to all changes in this revision

Viewing changes to comment.tpl.php

  • Committer: Michael Lustfield
  • Date: 2009-06-09 20:53:05 UTC
  • Revision ID: michael@profarius.com-20090609205305-2nt4v9v4me2vgl9b
Fixing Drupal CVS commit tags

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: comment.tpl.php,v 1.1.2.22 2008/07/27 18:05:04 andregriffin Exp $
 
2
// $Id$
3
3
?>
4
4
<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status; print ' '. $zebra; ?>" >
5
5
<div class="inner" style="border-right:5px solid #EBE0CA;border-left:5px solid #EBE0CA;"><span class="corners-top" style="margin-left:-5px;margin-right:-5px;"><span></span></span>