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

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

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

revision 1.3, Wed Jan 17 17:40:25 2007 UTC revision 1.4, Wed Jun 25 12:04:34 2008 UTC
# Line 1  Line 1 
1  <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block-<?php print $block->module ?>">  <div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="block-<?php print $block_classes; ?>">
2    <?php if ($block->subject): ?>    <?php if ($block->subject): ?>
3      <h2><?php print $block->subject ?></h2>      <h4><?php print $block->subject ?></h4>
4    <?php endif;?>    <?php endif;?>
5    <?php print $block->content ?>    <div class="content">
6        <?php print $block->content; ?>
7      </div>
8      <?php print $edit_links; ?>
9  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2