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

Contents of /contributions/themes/admire_gray/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 May 26 04:42:18 2008 UTC (18 months ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-5--1-5, HEAD
Branch point for: DRUPAL-5
File MIME type: text/x-php
*** empty log message ***
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
2
3 <?php if ($block->subject): ?>
4 <h2 class="blocktitle"><?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