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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jan 16 16:47:23 2007 UTC (2 years, 10 months ago) by sangamreddi
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +2 -1 lines
File MIME type: text/x-php
Syncronizing with latest head
1 <div class="block-block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2 <?php if($block->subject && ($block->region == 'left' || $block->region == 'right')){ ?>
3 <table border="0" cellpadding="0" cellspacing="0">
4 <tr>
5 <td class="bleft">&#160;</td>
6 <td class="bleft-img">&#160;</td>
7 <td class="blocktitle">
8 <?php print $block->subject; ?>
9 </td>
10 <td class="bright-img">&#160;</td>
11 <td class="bright">&#160;</td>
12 </tr></table><?php } ?>
13 <div class="blockcontent">
14 <?php print $block->content; ?>
15 </div>
16
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2