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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Thu Jun 7 18:32:54 2007 UTC (2 years, 5 months ago) by vadbarsdrupalorg
Branch: MAIN
CVS Tags: DRUPAL-5--1-5, DRUPAL-5--1-4, HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
new version
1 <div class="dbx-box" id="<?php print 'block-'.$block->module.'-'.$block->delta ?>">
2
3 <?php if ($block->subject): ?>
4 <h3 class="dbx-handle"><?php print $block->subject ?></h3>
5 <?php endif;?>
6
7 <div class="dbx-content"><?php print $block->content ?></div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2