summaryrefslogtreecommitdiff
path: root/placelist.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-05-31 11:56:57 +0100
committerGreg Roach <fisharebest@gmail.com>2016-05-31 12:38:18 +0100
commit081df9286000104722b0a1e861b5031d8a177c80 (patch)
tree59bb59fbc93dc089794e33d437a52e29626dd4d6 /placelist.php
parent2685c18f9021734443c2611bd2b05c39591374e3 (diff)
downloadwebtrees-081df9286000104722b0a1e861b5031d8a177c80.tar.gz
webtrees-081df9286000104722b0a1e861b5031d8a177c80.tar.bz2
webtrees-081df9286000104722b0a1e861b5031d8a177c80.zip
Merge part of PR942
Diffstat (limited to 'placelist.php')
-rw-r--r--placelist.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/placelist.php b/placelist.php
index 50f1b2f4b7..4d176ed540 100644
--- a/placelist.php
+++ b/placelist.php
@@ -237,7 +237,6 @@ case 'hierarchy':
echo '<h4><a href="placelist.php?display=list">', I18N::translate('Show all places in a list'), '</a></h4>';
if ($gm_module && $gm_module->getSetting('GM_PLACE_HIERARCHY')) {
- echo '<link type="text/css" href="', WT_STATIC_URL, WT_MODULES_DIR, 'googlemap/css/wt_v3_googlemap.css" rel="stylesheet">';
$gm_module->mapScripts($numfound, $level, $parent, $linklevels, $place_names);
}
break;