Subversion Repositories eFlore/Applications.coel

Rev

Rev 1646 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1646 Rev 1697
Line 52... Line 52...
52
		$widget['donnees']['url_page_fiche']  = $this->config['carto']["urlPageFiche"];
52
		$widget['donnees']['url_page_fiche']  = $this->config['carto']["urlPageFiche"];
53
		$widget['donnees']['departement'] = $this->departement;
53
		$widget['donnees']['departement'] = $this->departement;
54
		$widget['squelette'] = 'carto_departement';
54
		$widget['squelette'] = 'carto_departement';
55
		return $widget;
55
		return $widget;
56
	}
56
	}
57
	
57
 
-
 
58
    // utilisée ?
58
	private function contruireUrlService() {
59
	private function contruireUrlService() {
59
		// Création url données json
60
		// Création url données json
60
		$url = sprintf($this->config['chemins']['baseURLServicesTpl'], '');
61
		$url = sprintf($this->config['chemins']['baseURLServicesTpl'], '');
61
		if ($action) {
62
		if ($action) {
62
			$url .= "/$action";
63
			$url .= "/$action";