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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Tue Jan 23 00:56:58 2007 UTC (2 years, 10 months ago) by undoIT
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
Changes since 1.2: +1 -1 lines
File MIME type: text/x-php
Updated for Drupal 5.0x
1 <div class="block block-<?php print $block->module ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2 <table>
3 <tr>
4 <td class="block_header"><?php print $block->subject ?></td>
5 </tr>
6 <tr>
7 <td class="block_content_background">
8 <div class="block_content">
9 <?php print $block->content ?>
10 </div>
11 </td>
12 </tr>
13 <tr>
14 <td class="block_footer"></td>
15 </tr>
16 </table>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2