Parent Directory
|
Revision Log
|
Revision Graph
Adding files from DRUPAL-5 branch to HEAD, in preparation of a DRUPAL-6 branch.
| 1 | <div id="content-<?php print $block->module .'-'. $block->delta; ?>" class="related-content wrapper"> |
| 2 | <?php if ($block->subject): ?> |
| 3 | <h3 class="content related-content title"><?php print $block->subject ?></h3> |
| 4 | <?php endif; ?> |
| 5 | <div class="content related-content body"><?php print $block->content ?></div> |
| 6 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |