Happy New Year!
[platal.git] / templates / geoloc / index.tpl
index a71228a..70a1dd5 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -23,7 +23,7 @@
 <div id="map_canvas" style="width: 100%; height: 600px"></div>
 
 <script type="text/javascript">
-  map_initialize("{$latitude}", "{$longitude}");
+  map_initialize();
 </script>
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}