source: extensions/GMaps/templates/gmaps_picture_meta.tpl @ 15345

Last change on this file since 15345 was 15345, checked in by grum, 12 years ago

feature:2638 - Compatibility with Piwigo 2.4

File size: 481 bytes
Line 
1{combine_script id="jquery" path="themes/default/js/jquery.js"}
2{combine_script id="maps.google.com/api" path="http://maps.google.com/maps/api/js?sensor=false"}
3{combine_script id="gmaps.picture" path="plugins/GMaps/js/gmapsPicture.js" require="jquery"}
4
5<div id='iGMapContent' style='text-align:center;'>
6  {foreach from=$maps item=map}
7    <div id='iGMaps{$map.id}' style='width:{$map.width}px;height:{$map.height}px;display:inline-block;{$map.style}'></div>
8  {/foreach}
9</div>
Note: See TracBrowser for help on using the repository browser.