Parent Directory
|
Revision Log
|
Revision Graph
some little php variables rewriting changes in page.tpl.php
| 1 | <?php |
| 2 | // $Id: block.tpl.php,v 1.1 2008/04/19 23:59:47 robby Exp $ |
| 3 | // beginning drupal 6.x theme, created by robin / biboo.net / gazwal.com |
| 4 | ?> |
| 5 | <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>"> |
| 6 | <h2 class="title"> |
| 7 | <?php print $block->subject; ?> |
| 8 | </h2> |
| 9 | <div class="blockcontent"><?php print $block->content; ?></div> |
| 10 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |