/[drupal]/contributions/themes/admire-navy/comment.tpl.php
ViewVC logotype

Contents of /contributions/themes/admire-navy/comment.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Apr 26 19:03:57 2008 UTC (19 months ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
File MIME type: text/x-php
*** empty log message ***
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>

  ViewVC Help
Powered by ViewVC 1.1.2