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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Nov 28 22:36:44 2007 UTC (23 months, 3 weeks ago) by zarabadoo
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.1: +4 -1 lines
File MIME type: text/x-php
Remove Blueprint folder and make the needed files form it readily available. Make modifications to the stock blueprintcss forms.css to be compatible with the Drupal classes for input text types.

Also add calls to label what templates are being used where on the page.
1 <?php
2 // $Id: block.tpl.php,v 1.1 2007/06/11 23:17:17 zarabadoo Exp $
3 ?>
4 <?php echo "<!-- START " . basename('block.tpl') . " -->"; ?>
5
6 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
7 <h2 class="title"><?php print $block->subject; ?></h2>
8 <div class="content">
9 <?php print $block->content; ?>
10
11 </div>
12 </div> <!-- /#block-<?php print $block->module .'-'. $block->delta; ?> -->
13 <?php echo "<!-- END " . basename('block.tpl') . " -->"; ?>
14

  ViewVC Help
Powered by ViewVC 1.1.2