Parent Directory
|
Revision Log
|
Revision Graph
Initial theme commit
| 1 | <div class="right_articles"> |
| 2 | <p> |
| 3 | <div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>"> |
| 4 | |
| 5 | <?php if ($block->subject): ?> |
| 6 | <b><?php print $block->subject ?></b><br /> |
| 7 | <?php endif;?> |
| 8 | |
| 9 | <div class="content"><?php print $block->content ?></div> |
| 10 | </div></p> |
| 11 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |