Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3312 Rev 3315
Line 165... Line 165...
165
		if (isset($tableau['motscles'])) {
165
		if (isset($tableau['motscles'])) {
166
		    $tableau['tag-obs'] = $tableau['tag-img'] = $tableau['motscles'];
166
		    $tableau['tag-obs'] = $tableau['tag-img'] = $tableau['motscles'];
167
		}
167
		}
168
		$tableau['chpSupp'] = $tab;
168
		$tableau['chpSupp'] = $tab;
169
		$langue_projet_url = ( isset ( $this->parametres['langue'] ) && $this->parametres['langue'] !== 'fr' ) ? '_' . $this->parametres['langue'] : '';
169
		$langue_projet_url = ( isset ( $this->parametres['langue'] ) && $this->parametres['langue'] !== 'fr' ) ? '_' . $this->parametres['langue'] : '';
170
		$tableau['chemin_fichiers'] = sprintf( $this->config['chemins']['baseURLAbsoluDyn'], $this->config['apa']['imgProjet'] . $tableau['projet'] . $langue_projet_url . '/' );
170
		$tableau['chemin_fichiers'] = sprintf( $this->config['chemins']['baseURLAbsoluDyn'], $this->config['apa']['imgProjet'] . '/' );
171
		return $tableau;
171
		return $tableau;
172
	}
172
	}
Line 173... Line 173...
173
 
173
 
174
	/* Recherche si un projet a des champs de saisie supplémentaire */
174
	/* Recherche si un projet a des champs de saisie supplémentaire */