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

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

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


Revision 1.5 - (show annotations) (download) (as text)
Fri Jun 13 15:54:44 2008 UTC (17 months, 1 week ago) by hswong3i
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +0 -0 lines
File MIME type: text/x-php
- sync with 6.x-1.x-dev.
1 <?php
2 // $Id: comment.tpl.php,v 1.2.2.1 2008/06/12 03:02:29 hswong3i Exp $
3 ?>
4 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ' '. $status ?> clear-block">
5 <h3 class="title"><?php print $title ?></h3>
6 <div class="meta meta-header">
7 <?php if ($picture): print $picture; endif; ?>
8 <?php if ($submitted): ?><div class="submitted"><?php print $submitted ?></div><?php endif; ?>
9 </div>
10 <div class="content">
11 <?php print $content ?>
12 <?php if ($signature): ?><div class="user-signature clear-block"><?php print $signature ?></div><?php endif; ?>
13 <div class="meta meta-footer">
14 <?php if ($links): ?><?php print $links ?><?php endif; ?>
15 </div>
16 </div>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2