Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 263 Rev 276
Line 66... Line 66...
66
		}
66
		}
67
		$tpl = Config::get($nomTemplate);
67
		$tpl = Config::get($nomTemplate);
68
		$params = array($this->type => $this->numero);
68
		$params = array($this->type => $this->numero);
69
		$url = $this->formaterUrl($tpl, $params);
69
		$url = $this->formaterUrl($tpl, $params);
70
		$donnees = $this->chargerDonnees($url);
70
		$donnees = $this->chargerDonnees($url);
-
 
71
		
71
		return $donnees;
72
		return $donnees;
72
	}
73
	}
Line 73... Line 74...
73
 
74
 
74
}
75
}
75
?>
76
?>