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

Contents of /contributions/themes/fireflystreamcom/block.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Feb 9 10:50:41 2008 UTC (21 months, 2 weeks ago) by vadbarsdrupalorg
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
First release
1 <?php
2 // $Id$
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
5
6 <?php if (!empty($block->subject)): ?>
7 <h2><?php print $block->subject ?></h2>
8 <?php endif;?>
9
10 <div class="content"><?php print $block->content ?></div>
11 </div>

  ViewVC Help
Powered by ViewVC 1.1.2