Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of DrupalRefresh theme - a two column theme
| 1 | <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>"> |
| 2 | <h1 class="title"><?php print $block->subject; ?></h1> |
| 3 | <div class="left-box"><?php print $block->content; ?></div> |
| 4 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |