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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Thu Apr 10 19:27:07 2008 UTC (19 months, 2 weeks ago) by paddy
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-5--1-0, HEAD
Changes since 1.1: +5 -7 lines
File MIME type: text/x-php
Various updates to make theme compatible across most browsers
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
2 <?php if ($block->subject) { print '<h2>' . $block->subject . '</h2>'; } ?>
3 <div class="content">
4 <?php print $block->content ?>
5 </div>
6 </div>

  ViewVC Help
Powered by ViewVC 1.1.2