Parent Directory
|
Revision Log
|
Revision Graph
Sync theming with Drupal 5 version.
| 1 | <?php if (count($locations)) {?> |
| 2 | <h3><?php echo count($locations) > 1 ? t('Locations') : t('Location');?></h3> |
| 3 | <?php |
| 4 | foreach ($locations as $location) { |
| 5 | echo $location; |
| 6 | } |
| 7 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |