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

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

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


Revision 1.4 - (show annotations) (download) (as text)
Sun May 25 18:04:35 2008 UTC (18 months ago) by brauerranch
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-BETA2, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.3: +1 -3 lines
File MIME type: text/x-php
#260717 (mustafau) declare stylesheets in .info file
1 <?php // $Id$ ?>
2 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
3 <?php if (!empty($block->subject)): ?>
4 <h2><?php print $block->subject ?></h2>
5 <?php endif;?>
6 <div class="content"><?php print $block->content ?></div>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2