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

Contents of /contributions/themes/blueprint/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 Jan 28 05:01:45 2008 UTC (22 months ago) by m3avrck
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
new block tpl file
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
2
3 <?php if ($block->subject): ?>
4 <h3><?php print $block->subject ?></h3>
5 <?php endif;?>
6
7 <div class="content"><?php print $block->content ?></div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2