Changeset 7767 for trunk/src/map/index.php
- Timestamp:
- Apr 15, 2010, 3:16:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/map/index.php
r7756 r7767 1 <?php require_once("inc/kmlHandler.php"); ?> 2 <?php include("../config.php"); 1 <?php 2 require_once("../config.php"); 3 require_once($config['root']."/map/inc/kmlHandler.php"); 4 5 $markers = getArrayFromKML(); 3 6 4 7 # Key is defined to be the domain name if exists … … 52 55 <div id="infotop"> 53 56 <!-- Calling on the node information from an external php file. inc/node_info.php --> 54 <?php include("inc/node_info.php")?>57 <?php ?> 55 58 </div> 56 59
Note:
See TracChangeset
for help on using the changeset viewer.