Parent Directory
|
Revision Log
|
Revision Graph
Initial release for Drupal 6
| 1 | <div class="sidebox-right"> |
| 2 | |
| 3 | <h3> |
| 4 | <?php print $block->subject; ?> |
| 5 | </h3> |
| 6 | |
| 7 | <div class="sidebox-content"> |
| 8 | <?php print $block->content; ?> |
| 9 | </div> |
| 10 | |
| 11 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |