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

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

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


Revision 1.3 - (show annotations) (download) (as text)
Fri Aug 29 06:59:44 2008 UTC (14 months, 4 weeks ago) by evakoss
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -3 lines
File MIME type: text/x-php
*** empty log message ***
1 <?php if($block->region=='sidebar_right'){ ?>
2 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
3 <h3 class="title">
4 <?php print $block->subject; ?>
5 </h3>
6 <div class="content">
7 <?php print $block->content; ?>
8 </div>
9 </div>
10 <?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; ?>">
12 <h3 class="title">
13 <?php print $block->subject; ?>
14 </h3>
15 <div class="content">
16 <?php print $block->content; ?>
17 </div>
18 </div>
19 <?php } else {?>
20 <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
21 <h3 class="title">
22 <?php print $block->subject; ?>
23 </h3>
24 <div class="content">
25 <?php print $block->content; ?>
26 </div>
27 </div>
28 <?php } ?>
29

  ViewVC Help
Powered by ViewVC 1.1.2