Ignore:
Timestamp:
May 12, 2012, 9:04:29 AM (12 years ago)
Author:
psli
Message:

Version 1.3 :

  • correction de l'upgrade
  • correction des chemins d'accès
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Psli_BingMaps/include/admin.php

    r14891 r14913  
    1010
    1111// Fetch the template.
    12 global $template, $conf, $page;
     12global $template, $conf, $page, $debug;
     13
     14$debug .= "PSLIDEBUG - ".$_SERVER['REQUEST_URI'];
    1315
    1416// Save configuration
     
    136138        'LON'          => $lon,
    137139        'ZOOM'         => $zoom,
    138         'JSPATH'           => PSLI_BINGMAPS_JS
     140        'JSPATH'           => PSLI_BINGMAPS_JS,
     141        'VERSION'          => " v".PSLI_VERSION_MAJ.".".PSLI_VERSION_MIN
    139142  )
    140143);
Note: See TracChangeset for help on using the changeset viewer.