Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1014 Rev 1032
Line 69... Line 69...
69
	 */
69
	 */
70
	public function getIconeGroupe($params) {
70
	public function getIconeGroupe($params) {
71
		extract($this->parametres);
71
		extract($this->parametres);
Line 72... Line 72...
72
 
72
 
73
		//TODO: changer ceci pour une adresse indiquée dans un fichier de config
73
		//TODO: changer ceci pour une adresse indiquée dans un fichier de config
Line 74... Line 74...
74
		$img = imagecreatefrompng("/home/jpm/web/serveur/commun/icones/carto/groupe/g$type.png");
74
		$img = imagecreatefrompng("/home/aurelien/web/cel_GWT2/widget/documents/icones/carto/groupe/g$type.png");
75
 
75
 
76
		$noir = imagecolorallocate($img, 0, 0, 0);
76
		$noir = imagecolorallocate($img, 0, 0, 0);
77
		$texte = (String) $nbre;
77
		$texte = (String) $nbre;