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

Contents of /contributions/themes/meta/comment.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Feb 4 01:45:05 2006 UTC (3 years, 9 months ago) by kencollins
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
Tagged for 4.7 Currently b4
1 <div class="comment-box">
2
3 <h3 class="title"><?php print $title ?></h3>
4 <div class="comment-info"><?php print $author ?>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<?php print $date ?></div>
5
6 <div class="comment <?php print ($comment->new) ? 'comment-new' : '' ?>">
7 <div class="tl"><div class="tr"><div class="br"><div class="bl">
8
9 <div class="comment-vertspacer"></div>
10
11 <?php if ($picture) : ?>
12 <div class="picture"><?php print $picture ?></div>
13 <?php endif; ?>
14
15 <div class="content"><?php print $content ?></div>
16
17 <div class="comment-links-box"><span class="comment-links"><?php print $links ?></span></div>
18
19 </div></div></div></div>
20 </div>
21
22 </div>

  ViewVC Help
Powered by ViewVC 1.1.2