Changeset 898
- Timestamp:
- 09/06/08 12:49:51 (3 months ago)
- Files:
-
- 1 modified
-
plugins/fireeagle/trunk/templates/fireeagle.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/fireeagle/trunk/templates/fireeagle.php
r842 r898 2 2 <?php if (!empty($fireeagle_location)): ?> 3 3 <h2><?php echo _t('Location', 'fireeagle'); ?></h2> 4 <?php echo sprintf(_t('I\'m at %s.', 'fireeagle'), $fireeagle_location); ?>4 <?php echo sprintf(_t('I\'m at %s.', 'fireeagle'), htmlspecialchars($fireeagle_location)); ?> 5 5 6 6 <?php if (Plugins::is_loaded('14c8414f-6cdf-11dd-b14a-001b210f913f')): ?> 7 <a href="http://maps.google.com/?ll=<?php echo $fireeagle_latitude . ',' . $fireeagle_longitude; ?>&z=<?php echo $zoom; ?>&_markers=<?php echo $fireeagle_latitude . ',' . $fireeagle_longitude; ?>&_size=180x180&_controls=none"><?php echo $fireeagle_location; ?></a>7 <a href="http://maps.google.com/?ll=<?php echo $fireeagle_latitude . ',' . $fireeagle_longitude; ?>&z=<?php echo $zoom; ?>&_markers=<?php echo $fireeagle_latitude . ',' . $fireeagle_longitude; ?>&_size=180x180&_controls=none"><?php echo htmlspecialchars($fireeagle_location); ?></a> 8 8 <?php endif; ?> 9 9 <?php endif; ?>
