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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Fri May 22 18:28:23 2009 UTC (6 months, 1 week ago) by vigilianty
Branch: MAIN
CVS Tags: DRUPAL-6--2-1, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
File MIME type: text/x-php
acrylic is a new theme with great design. enjoy!!!!!
1 <div class="Post">
2 <div class="Post-tl"></div>
3 <div class="Post-tr"></div>
4 <div class="Post-bl"></div>
5 <div class="Post-br"></div>
6 <div class="Post-tc"></div>
7 <div class="Post-bc"></div>
8 <div class="Post-cl"></div>
9 <div class="Post-cr"></div>
10 <div class="Post-cc"></div>
11 <div class="Post-body">
12 <div class="Post-inner">
13
14 <div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) echo ' comment-unpublished'; ?>">
15 <h2 class="PostHeaderIcon-wrapper"> <span class="PostHeader">
16 <?php if ($picture) {echo $picture; } ?>
17 <?php if ($title) {echo $title; } ?>
18 <?php if ($new != '') { ?><?php echo $new; ?><?php } ?>
19 </span>
20 </h2>
21
22 <?php if ($submitted): ?>
23 <div class="submitted"><?php echo $submitted; ?></div>
24 <div class="cleared"></div><br/>
25 <?php endif; ?>
26 <div class="PostContent">
27
28 <?php echo $content; ?>
29
30 </div>
31 <div class="cleared"></div>
32
33 <div class="links"><?php echo $links; ?><div class="cleared"></div></div>
34 </div>
35
36 </div>
37
38 </div>
39 </div>

  ViewVC Help
Powered by ViewVC 1.1.2