|
Revision 15345, 481 bytes
(checked in by grum, 13 months ago)
|
|
feature:2638 - Compatibility with Piwigo 2.4
|
| 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> |
|---|