Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 487 → Rev 488

/branches/v3.1-blanche-neige/bibliotheque/elements/carte_google.php
120,7 → 120,7
GEN_stockerFichierScript('googleMapScript', "http://maps.googleapis.com/maps/api/js?sensor=false&key=".BAZ_GOOGLE_KEY);
// On ajoute l attribut load a la balise body
//GEN_AttributsBody('onload', 'load()');
$html = '<div id="map" style="width: 400px; height: 300px"></div>';
$html = '<div id="map" style="width: 600px; height: 300px"></div>';
return $html;
}
}