/[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)
Sat May 24 19:12:33 2008 UTC (18 months ago) by sakib000
Branch: MAIN
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
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