Parent Directory
|
Revision Log
|
Revision Graph
New Drupal 6 compatible rewrite.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | ?> |
| 4 | <div<?php if ($class) { print ' class="'. $class .'"'; } ?>> |
| 5 | <h3><?php print $title ?></h3> |
| 6 | <?php if ($is_list): ?> |
| 7 | <ul> |
| 8 | <?php endif; ?> |
| 9 | <?php print $content ?> |
| 10 | <?php if ($is_list): ?> |
| 11 | </ul> |
| 12 | <?php endif; ?> |
| 13 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |