Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 257 Rev 275
Line 30... Line 30...
30
		$tpl = Config::get('metaDonneesTpl');
30
		$tpl = Config::get('metaDonneesTpl');
31
		$params = array('verproj' => 'version.projet', 'version' => $this->version);
31
		$params = array('verproj' => 'version.projet', 'version' => $this->version);
32
		$url = $this->formaterUrl($tpl, $params);
32
		$url = $this->formaterUrl($tpl, $params);
33
		return $url;
33
		return $url;
34
	}
34
	}
35
	
-
 
36
 
-
 
37
}
35
}
38
?>
36
?>
39
37