]> git.sur5r.net Git - contagged/blob - templates/list_map.tpl
Added Google Maps support
[contagged] / templates / list_map.tpl
1 {include file="header.tpl"}
2
3 <script type="text/javascript">
4
5     gmap_data = [
6         {$list}
7     ];
8 </script>
9
10 <div id="map">
11
12 <div id="google_map"></div>
13 </div>
14
15 {include file="footer.tpl"}