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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Sun Jun 25 21:43:29 2006 UTC (3 years, 5 months ago) by lakka
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
Move over to MultiFlex2.1 code
1 <div class="content<?php echo $layoutcode ?>-container line-box">
2 <div class="content<?php echo $layoutcode ?>-container-1col">
3 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
4 <?php if ($picture) {
5 print $picture;
6 } ?>
7 <div class="content-title-noshade-size2"><?php print $title; ?></div><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
8 <div class="content-subtitle-noshade-size1"><?php print $submitted; ?></div>
9 <div class="content"><?php print $content; ?></div>
10 <div class="links">&raquo; <?php print $links; ?></div>
11 </div>
12 </div>
13 </div>

  ViewVC Help
Powered by ViewVC 1.1.2