Parent Directory
|
Revision Log
|
Revision Graph
revision of templates and css
| 1 | <?php // $Id: block.tpl.php,v 1.1.2.1 2008/07/22 23:35:28 couzinhub Exp $ ?> |
| 2 | |
| 3 | <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>"> |
| 4 | <div class="blockinner"> |
| 5 | <h2 class="title"> <?php print $block->subject; ?> </h2> |
| 6 | <div class="content"> |
| 7 | <?php print $block->content; ?> |
| 8 | </div> |
| 9 | </div> |
| 10 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |