/[drupal]/contributions/themes/abessive/block-header.tpl.php
ViewVC logotype

Contents of /contributions/themes/abessive/block-header.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Feb 16 16:18:13 2009 UTC (9 months, 1 week ago) by njt1982
Branch: MAIN
CVS Tags: DRUPAL-7--1-3, HEAD
Branch point for: DRUPAL-7--1
Changes since 1.1: +2 -2 lines
File MIME type: text/x-php
Updating HEAD for 7.x compatibility
1 <?php // $Id: block-header.tpl.php,v 1.1.2.1 2008/09/05 15:30:24 njt1982 Exp $ ?>
2 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?> block-header">
3 <div class="content">
4 <?php if ($block->subject): print '<h2>'. $block->subject .'</h2>'; endif;?>
5 <?php print $block->content ?>
6 </div>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2