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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Dec 17 23:41:13 2007 UTC (23 months, 1 week ago) by gagarine
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Initial commit of igniter theme. This is a starting theme like zen or base but with a different target.
Igniter are minimal CSS and XHTML for poeple whe would like a "clean" theme.
For keep CSS file smal and reanding fast, comment are not present to big.
1 <div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print ($comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; ?> clear-block">
2 <?php print $picture ?>
3
4 <?php if ($comment->new) : ?>
5 <a id="new"></a>
6 <span class="new"><?php print $new ?></span>
7 <?php endif; ?>
8
9 <h3><?php print $title ?></h3>
10
11 <div class="submitted">
12 <?php print $submitted ?>
13 </div>
14
15 <div class="content">
16 <?php print $content ?>
17 </div>
18
19 <?php print $links ?>
20 </div>

  ViewVC Help
Powered by ViewVC 1.1.2