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

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

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

revision 1.1, Sat Feb 2 14:23:25 2008 UTC revision 1.2, Thu Apr 10 19:27:07 2008 UTC
# Line 1  Line 1 
1  <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">  <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
2        <?php if ($block->subject) { print '<h2>' . $block->subject . '</h2>'; } ?>
3  <?php if ($block->subject): ?>      <div class="content">
4    <h2><?php print $block->subject ?></h2>          <?php print $block->content ?>
5  <?php endif;?>      </div>
   
   <div class="content"><?php print $block->content ?></div>  
6  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2