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

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

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

revision 1.2, Sun Aug 6 08:04:57 2006 UTC revision 1.3, Tue Jan 23 00:56:58 2007 UTC
# Line 1  Line 1 
1  <div class="<?php print "block block-$block->module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">  <div class="block block-<?php print $block->module ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2  <table>  <table>
3    <tr>    <tr>
4      <td class="block_header"><?php print $block->subject ?></td>      <td class="block_header"><?php print $block->subject ?></td>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2