Ignore:
Timestamp:
Apr 15, 2010, 3:16:24 PM (15 years ago)
Author:
janveeden
Message:
 
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
     2require_once("../config.php");
     3require_once($config['root']."/map/inc/kmlHandler.php");
     4
     5$markers = getArrayFromKML();
    36
    47# Key is defined to be the domain name if exists
     
    5255                <div id="infotop">
    5356                <!-- Calling on the node information from an external php file. inc/node_info.php -->
    54                         <?php include("inc/node_info.php") ?>
     57                        <?php ?>
    5558                </div>
    5659
Note: See TracChangeset for help on using the changeset viewer.