summaryrefslogtreecommitdiff
path: root/modules_v3/googlemap/placehierarchy.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/googlemap/placehierarchy.php')
-rw-r--r--modules_v3/googlemap/placehierarchy.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules_v3/googlemap/placehierarchy.php b/modules_v3/googlemap/placehierarchy.php
index 8d99f82bc7..54e3c075fc 100644
--- a/modules_v3/googlemap/placehierarchy.php
+++ b/modules_v3/googlemap/placehierarchy.php
@@ -472,8 +472,10 @@ function map_scripts($numfound, $level, $parent, $linklevels, $placelevels, $pla
echo "<script> var numMarkers = '".$numfound."';</script>";
echo "<script> var mapLevel = '".$level."';</script>";
echo "<script> var placezoom = '", $plzoom, "';</script>";
-
- echo '<link type="text/css" href ="', WT_STATIC_URL, WT_MODULES_DIR, 'googlemap/css/googlemap_style.css" rel="stylesheet" />';
+
+// echo '<link type="text/css" href ="', WT_STATIC_URL, WT_MODULES_DIR, 'googlemap/css/googlemap_style.css" rel="stylesheet" />';
+echo '<link type="text/css" href ="', WT_STATIC_URL, WT_MODULES_DIR, 'googlemap/css/wt_v3_googlemap.css" rel="stylesheet" />';
+
?>
<script type="text/javascript">
// <![CDATA[