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

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

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

revision 1.2, Thu Aug 28 14:33:55 2008 UTC revision 1.2.2.1, Thu Feb 12 11:43:17 2009 UTC
# Line 9  Line 9 
9    </div>    </div>
10  <?php } elseif($block->region=='sidebar_left') { ?>  <?php } elseif($block->region=='sidebar_left') { ?>
11    <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; ?>">
12      <?php if($block->subject) { ?>      <h3 class="title">
         <h3 class="title">  
13        <?php print $block->subject; ?>        <?php print $block->subject; ?>
14      </h3>      </h3>
         <?php } ?>  
15      <div class="content">      <div class="content">
16        <?php print $block->content; ?>        <?php print $block->content; ?>
17      </div>      </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2