Ignore:
Timestamp:
Apr 15, 2010, 6:14:05 PM (15 years ago)
Author:
janveeden
Message:

Fixed map to work again (went back a revision). Next up is config to work again. (Backed-up broken map).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/map/index.php

    r7767 r7769  
    11<?php
     2require_once("inc/kmlHandler.php");
    23require_once("../config.php");
    3 require_once($config['root']."/map/inc/kmlHandler.php");
     4require_once("inc/node_info_start.php");
    45
    5 $markers = getArrayFromKML();
     6#getting array from kmlHandler
     7$markers = get_node_array($config['root']."/map/inc/example.kml");
    68
    79# Key is defined to be the domain name if exists
     
    5557                <div id="infotop">
    5658                <!-- Calling on the node information from an external php file. inc/node_info.php -->
    57                         <?php ?>
     59                        <?php node_info_start(); ?>
    5860                </div>
    5961
Note: See TracChangeset for help on using the changeset viewer.