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

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

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

revision 1.1, Sat Jan 28 11:25:54 2006 UTC revision 1.2, Tue Jan 16 16:47:23 2007 UTC
# Line 1  Line 1 
1  <div class="block-block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">  <div class="block-block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2    <?php if($block->subject &&  ($block->region == 'left' || $block->region == 'right')){ ?>
3  <table border="0" cellpadding="0" cellspacing="0">  <table border="0" cellpadding="0" cellspacing="0">
4  <tr>  <tr>
5  <td class="bleft">&#160;</td>  <td class="bleft">&#160;</td>
# Line 8  Line 9 
9  </td>  </td>
10  <td class="bright-img">&#160;</td>  <td class="bright-img">&#160;</td>
11  <td class="bright">&#160;</td>  <td class="bright">&#160;</td>
12  </tr></table>  </tr></table><?php } ?>
13  <div class="blockcontent">  <div class="blockcontent">
14  <?php print $block->content; ?>  <?php print $block->content; ?>
15  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2