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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Feb 18 06:44:38 2008 UTC (21 months, 1 week ago) by collectivecolors
Branch: MAIN
CVS Tags: DRUPAL-5--2-4, DRUPAL-5--2-2, DRUPAL-5--2-3, DRUPAL-5--2-1, HEAD
Branch point for: DRUPAL-5--2
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
fixed a comment for XHTML validation
1 <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
2 <div class='block-top'>
3 <?php if ($block->subject): ?>
4 <h2><?php print $block->subject ?></h2>
5 <?php endif;?>
6 </div>
7
8 <div class='block-content'>
9 <div class="content"><?php print $block->content ?></div>
10 </div>
11
12 <div class='block-bottom'>
13 <!-- [ IE fix... this div does not display consistently otherwise SAY NO TO IE ] -->
14 <span>&nbsp;</span>
15 </div>
16 </div>

  ViewVC Help
Powered by ViewVC 1.1.2