Changeset 3206 for trunk/modules/gmaps/views
- Timestamp:
- 07/25/2008 08:29:59 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/modules/gmaps/views/gmaps/javascript.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/gmaps/views/gmaps/javascript.php
r3163 r3206 7 7 <?php echo $center, "\n" ?> 8 8 <?php echo $options->render(1), "\n" ?> 9 10 // Build custom marker icons 11 <?php foreach($icons as $icon): ?> 12 <?php echo $icon->render(1), "\n" ?> 13 <?php endforeach ?> 9 14 10 15 // Show map points 11 <?php foreach ($markers as $marker): ?>16 <?php foreach($markers as $marker): ?> 12 17 <?php echo $marker->render(1), "\n" ?> 13 18 <?php endforeach ?>
