Changeset 7702 for trunk/src/config.php


Ignore:
Timestamp:
Apr 8, 2010, 12:18:53 PM (15 years ago)
Author:
Pieter Naber
Message:

Moved pointer images to config file as example.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/config.php

    r7661 r7702  
    1111$config['node_location_file']   =       'http://watch.wirelessleiden.nl/nagios/export/genesis-nodes.conf';
    1212
     13
    1314/*
    1415 * Global settings
     
    1718$config['folder_class']         = 'inc/';
    1819$config['file_init']            = 'init.php';
     20
     21/*
     22 * Placemark settings. Which icons do you want to use
     23 */
     24$config['placemark_green']      = 'http://www.google.com/intl/en_us/mapfiles/ms/micons/green-dot.png';
     25$config['placemark_orange']     = 'http://www.google.com/intl/en_us/mapfiles/ms/micons/orange-dot.png';
     26$config['placemark_red']        = 'http://www.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png';
    1927
    2028/*
Note: See TracChangeset for help on using the changeset viewer.