Index: trunk/src/map/index.php
===================================================================
--- trunk/src/map/index.php	(revision 7756)
+++ trunk/src/map/index.php	(revision 7767)
@@ -1,4 +1,7 @@
-<?php require_once("inc/kmlHandler.php"); ?>
-<?php include("../config.php");
+<?php 
+require_once("../config.php");
+require_once($config['root']."/map/inc/kmlHandler.php");
+
+$markers = getArrayFromKML();
 
 # Key is defined to be the domain name if exists
@@ -52,5 +55,5 @@
 		<div id="infotop">
 		<!-- Calling on the node information from an external php file. inc/node_info.php -->
-			<?php include("inc/node_info.php") ?>
+			<?php ?>
 		</div>
 
