Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2007 → Rev 2008

/branches/v1.8-debroussailleuse/widget/modules/cartopoint/CartoPoint.php
227,7 → 227,7
* Charge le contenu du wikini demandé
*/
function chargerAideWiki() {
$url = str_replace('{page}','AideCarto',$this->config['chemins']['aideWikiniUrl']);
$url = str_replace('{page}','AideCarto',$this->config['carto']['aideWikiniUrlCartoPoint']);
$infos_aide = file_get_contents($url);
 
$aide = '';