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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Sep 9 01:42:26 2008 UTC (14 months, 2 weeks ago) by roopletheme
Branch: MAIN
CVS Tags: DRUPAL-5--1-7, DRUPAL-6--1-7, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +3 -3 lines
File MIME type: text/x-php
Complete overhaul, fixed numerous bugs.
1 <div class="block block-<?php print $block->module; ?> unstyled-block" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2 <?php if ($block->subject) { ?><h2 class="title"><?php print $block->subject; ?></h2><?php } ?>
3 <?php if ($block->content) { ?><div class="content"><?php print $block->content; ?></div><?php } ?>
4 </div>

  ViewVC Help
Powered by ViewVC 1.1.2