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

Contents of /contributions/themes/igniter/block.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 id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
2
3 <?php if ($block->subject): ?>
4 <h2><?php print $block->subject ?></h2>
5 <?php endif;?>
6
7 <div class="content"><?php print $block->content ?></div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2