source: extensions/GMaps/templates/gmaps_category.tpl @ 12204

Last change on this file since 12204 was 12204, checked in by grum, 13 years ago

fix bugs
bug:2346 - Preview / next arrow do not work with [gmaps] tag in description
bug:2063 - Incompatibility with slideshow mode

File size: 560 bytes
Line 
1{combine_script id="jquery" path="themes/default/js/jquery.min.js"}
2{combine_script id="jquery.ui" path="themes/default/js/ui/minified/jquery.ui.core.min.js"}
3{combine_script id="jquery.ui.dialog" path="themes/default/js/ui/minified/jquery.ui.dialog.min.js"}
4{combine_script id="maps.google.com/api" path="http://maps.google.com/maps/api/js?sensor=false"}
5
6{foreach from=$maps item=map}
7  <div id='iGMapsIconContent' style='display:none;'>
8      <div id='iGMapsIcon' style='width:{$map.width}px;height:{$map.height}px;{$map.style}'></div>
9  </div>
10{/foreach}
11
Note: See TracBrowser for help on using the repository browser.