Parent Directory
|
Revision Log
|
Revision Graph
Adding files from DRUPAL-5 branch to HEAD, in preparation of a DRUPAL-6 branch.
| 1 | <ul id="nav-section<?php print $id_add ?>" class="horizontal-list"> |
| 2 | <?php foreach ($links as $link): ?> |
| 3 | <li><?php print l($link['title'], $link['href'], $link['attributes']) ?></li> |
| 4 | <?php endforeach; ?> |
| 5 | </ul> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |