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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Aug 11 23:04:26 2007 UTC (2 years, 3 months ago) by instromaniac
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +2 -2 lines
File MIME type: text/x-php
Block bug fixes, regions fully working
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?><?php print (isset($block->subject) ? ' block-title' : '') ?><?php print ($zebra ? ' block-'.$zebra : '') ?>">
2 <div class="blockinner">
3 <?php if (isset($block->subject)): ?><h2 class="title"><?php print $block->subject; ?></h2><?php endif; ?>
4 <div class="content">
5 <?php print $block->content; ?>
6 </div>
7 </div>
8 </div>

  ViewVC Help
Powered by ViewVC 1.1.2