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

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

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

revision 1.1.4.1 by taherk, Wed Mar 14 23:55:04 2007 UTC revision 1.1.4.2 by taherk, Thu Mar 22 23:27:35 2007 UTC
# Line 0  Line 1 
1    <?php /* $Id: block.tpl.php,v 1.1 2006/03/20 15:26:17 rkerr Exp $ */ ?>
2    <div id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>" class="block<?php print " block-$block->module"; ?><?php print ($block->region == 1 || $block->region == 'right') ? ' rightblock': ' leftblock'; ?>">
3    
4    <?php if ($block->region == 'left') { ?><h3 ><?php print $block->subject; ?></h3>
5    <?php } else { ?><h3><?php print $block->subject; ?></h3><?php } ?>
6    
7    <div class="content"><?php print $block->content; ?></div>
8    </div>

Legend:
Removed from v.1.1.4.1  
changed lines
  Added in v.1.1.4.2

  ViewVC Help
Powered by ViewVC 1.1.3