--- a/include/common-geo.inc.php +++ b/include/common-geo.inc.php @@ -56,15 +56,23 @@ } } $output = ''; - if ($collapsible) - $output.= '

Open Map...

'; - if (isIOSDevice()) + if ($collapsible) { + $output.= '

Open Map...

+ + + + '; + } + if (isIOSDevice()) { $output.= 'map of stop location'; - else + } + else { $output.= 'map of stop location'; - - if ($collapsible) + } + + if ($collapsible) { $output.= '
'; + } return $output; }