Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1585 → Rev 1586

/trunk/configurations/config.defaut.ini
228,7 → 228,7
texteFormateSectionWikiTpl = "{ref:texteFormateWikiTpl}&txt.section.titre={sectionTitre}"
 
smartFloreWikiTpl = "http://www.tela-botanica.org/wikini/eFloreRedactionTest/api/rest/0.5/pages/SmartFlore"
smartFloreIllustrationsParSentier = http://www.tela-botanica.org/smart-form/services/Sentiers.php/sentier-illustration-fiche/?sentierTitre={sentier}&ficheTag={tagFiche}
smartFloreIllustrationsParSentier = http://www.tela-botanica.org/smart-form/services/Sentiers.php/sentier-illustration-fiche/?sentierTitre={sentier}&ficheTag=SmartFlore{tagFiche}
 
wikipediaLienPageTpl = "http://{langue}.wikipedia.org/wiki/{id}"
 
/trunk/modules/mobile/sources/Illustrations.php
121,7 → 121,7
$tagFiche = strtoupper($this->conteneur->getParametre('referentiel'))."nt"
.$this->conteneur->getNomCourant()->getNomSelectionne()->get('num_taxonomique')
;
$sentier = $this->conteneur->getParametre('referentiel');
$sentier = $_GET['sentier'];
 
if ($sentier && $tagFiche) {
$images = $this->images->getInfosImagesParFicheEtSentier($tagFiche, $sentier);