diff --git a/customindex/commentbubble/bottomleft.png b/customindex/commentbubble/bottomleft.png
deleted file mode 100644
index 4470dcb57c4a41073c4516982d9f90dc224c4662..0000000000000000000000000000000000000000
Binary files a/customindex/commentbubble/bottomleft.png and /dev/null differ
diff --git a/customindex/commentbubble/bottommiddle.png b/customindex/commentbubble/bottommiddle.png
deleted file mode 100644
index ad19e8451146889a230372c2dd975718c4a3cf9c..0000000000000000000000000000000000000000
Binary files a/customindex/commentbubble/bottommiddle.png and /dev/null differ
diff --git a/customindex/commentbubble/bottomright.png b/customindex/commentbubble/bottomright.png
deleted file mode 100644
index 0fc5b17c73f6a4c7c09c2bb0c23f1f7e4db75e48..0000000000000000000000000000000000000000
Binary files a/customindex/commentbubble/bottomright.png and /dev/null differ
diff --git a/customindex/commentbubble/point.png b/customindex/commentbubble/point.png
deleted file mode 100644
index db168cb03ee94659e47c96e804fa40db1aa0e00d..0000000000000000000000000000000000000000
Binary files a/customindex/commentbubble/point.png and /dev/null differ
diff --git a/customindex/commentbubble/topleft.png b/customindex/commentbubble/topleft.png
deleted file mode 100644
index 1cbb05d3a8df6510d0a80a7fbcf738483bf10952..0000000000000000000000000000000000000000
Binary files a/customindex/commentbubble/topleft.png and /dev/null differ
diff --git a/customindex/commentbubble/topmiddle.png b/customindex/commentbubble/topmiddle.png
deleted file mode 100644
index b9d68b6bf738f0ed7db28901b64dcc7a4ec01ff6..0000000000000000000000000000000000000000
Binary files a/customindex/commentbubble/topmiddle.png and /dev/null differ
diff --git a/customindex/commentbubble/topright.png b/customindex/commentbubble/topright.png
deleted file mode 100644
index 21c85db5e17ed8fa99faffff0dcf21d557cb0937..0000000000000000000000000000000000000000
Binary files a/customindex/commentbubble/topright.png and /dev/null differ
diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php
index b384fef19e882c1c427eb22cbb65e2a904d7407d..3e20cc3e331597052fae6fe7f8ffa3d7fa17c5c0 100644
--- a/customindex/views/default/customindex/metatags.php
+++ b/customindex/views/default/customindex/metatags.php
@@ -144,7 +144,7 @@ function openLocation(lng, lat, username, location, displayname, title, comment,
 		setTimeout(function(){/*self*/map1.panTo(latlng,1.5,"easeInOutQuad")}, 50);
 		map1./*self.*/zoomTo(19505000,1.5,"easeInOutQuad");
 	}
-	label = window.label = new FE.Pushpin(latlng,new FE.Icon('<?php echo $CONFIG->url ?>/mod/customindex/map-pin-12.png'));
+	label = window.label = new FE.Pushpin(latlng,new FE.Icon('<?php echo $CONFIG->url ?>mod/customindex/map-pin-12.png'));
 	//make pins clickable
 	if(pinsonly) 
 		FE.Event.addListener(label, 'click', function() { openLocation(lng, lat, username, location, displayname, title, comment, linkname);});