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

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

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Jan 16 01:17:33 2007 UTC (2 years, 10 months ago) by alaa
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, HEAD
Branch point for: DRUPAL-4-7
File MIME type: text/x-php
initial commit of RTL theme ports
1 <div class="block-block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
2 <table border="0" cellpadding="0" cellspacing="0">
3 <tr>
4 <td class="bright">&#160;</td>
5 <td class="bright-img">&#160;</td>
6 <td class="blocktitle">
7 <?php print $block->subject; ?>
8 </td>
9 <td class="bleft-img">&#160;</td>
10 <td class="bleft">&#160;</td>
11 </tr></table>
12 <div class="blockcontent">
13 <?php print $block->content; ?>
14 </div>
15
16 </div>

  ViewVC Help
Powered by ViewVC 1.1.2