Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1675 → Rev 1676

/branches/v1.2-lithium/services/modules/0.1/syndication/SyndicationVotesParProtocole.php
173,7 → 173,7
}
 
private function creerLienItem($element) {
$lien = sprintf($this->conteneur->getParametre('imgFicheTpl'), $element['id_image']);
$lien = sprintf($this->conteneur->getParametre('imgFicheTpl'), $element['ce_image']);
return $lien;
}