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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sun Aug 17 11:53:05 2008 UTC (15 months, 1 week ago) by hswong3i
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
- sync with 6.x-1.x-dev.
1 <?php
2 // $Id: block.tpl.php,v 1.1.1.1.4.1 2008/08/17 10:40:44 hswong3i Exp $
3 ?>
4 <div id="block-<?php print $block->module .'-'. $block->delta ?>" class="block block-<?php print $block->module ?> block-<?php print $block_id ?>">
5 <?php if ($block->subject): ?><h2><?php print $block->subject ?></h2><?php endif; ?>
6 <div class="content"><?php print $block->content ?></div>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2