Parent Directory
|
Revision Log
|
Revision Graph
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"> </td> |
| 5 | <td class="bright-img"> </td> |
| 6 | <td class="blocktitle"> |
| 7 | <?php print $block->subject; ?> |
| 8 | </td> |
| 9 | <td class="bleft-img"> </td> |
| 10 | <td class="bleft"> </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 |