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

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

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

revision 1.1, Tue Aug 14 19:15:02 2007 UTC revision 1.2, Wed Aug 15 23:10:13 2007 UTC
# Line 0  Line 1 
1    <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2      <div class="blockinner">
3    
4        <?php if ($block->subject) { ?><h2 class="title"> <?php print $block->subject; ?> </h2><?php } ?>
5    
6        <div class="content">
7          <?php print $block->content; ?>
8        </div>
9    
10      </div>
11    </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2