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

Contents of /contributions/themes/tech/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 Oct 13 07:17:35 2007 UTC (2 years, 1 month ago) by vadbarsdrupalorg
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
first release
1 <div id="<?php print 'block-'.$block->module ?>">
2
3 <?php if ($block->subject): ?>
4 <h3 id="subnav"><?php print $block->subject ?></h3>
5 <?php endif;?>
6
7 <div id="subnav-wrap"><?php print $block->content ?></div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2