Parent Directory
|
Revision Log
|
Revision Graph
Adding files from DRUPAL-5 branch to HEAD, in preparation of a DRUPAL-6 branch.
| 1 | <ul class="<?php print $type ?>"> |
| 2 | <?php foreach ($messages as $message): ?> |
| 3 | <li class="message"><?php print $message ?></li> |
| 4 | <?php endforeach; ?> |
| 5 | </ul> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |