137,10 → 137,7 |
* */ |
$presenceRessourceService = false; |
if (isset($this->ressources[0])) { |
if($this->ressources[0] == 'images-determinations-probables') { |
$presenceRessourceService = true; |
$this->serviceNom = 'liste-images-determinations-probables'; |
} else if ($this->etreRessourceIdentifiant(0)) { |
if ($this->etreRessourceIdentifiant(0)) { |
if (isset($this->ressources[1])) { |
$presenceRessourceService = $this->avoirRessourceSousService(); |
} else { |
230,7 → 227,5 |
$classeNom = str_replace(' ', '', ucwords(strtolower(str_replace('-', ' ', $mot)))); |
return $classeNom; |
} |
|
|
} |
?> |