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

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

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

revision 1.2, Sat Feb 3 18:07:41 2007 UTC revision 1.3, Fri Sep 28 17:10:45 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    <div class="blockinner">    <div class="blockinner">
3    
4      <h2 class="title"> <?php print $block->subject; ?> </h2>      <?php if ($block->subject) { ?><h2 class="title"> <?php print $block->subject; ?> </h2><?php } ?>
5    
6      <div class="content">      <div class="content">
7        <?php print $block->content; ?>        <?php print $block->content; ?>

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

  ViewVC Help
Powered by ViewVC 1.1.2