Line 197... |
Line 197... |
197 |
if ($localisation) $tableau['localisation'] = $localisation;
|
197 |
if ($localisation) $tableau['localisation'] = $localisation;
|
198 |
}
|
198 |
}
|
199 |
if (isset($tableau['localisation'])) $tableau['localisation'] = $this->traiterLocalisation($tableau['localisation']);
|
199 |
if (isset($tableau['localisation'])) $tableau['localisation'] = $this->traiterLocalisation($tableau['localisation']);
|
200 |
}
|
200 |
}
|
201 |
if (isset($tableau['motscles'])) {
|
201 |
if (isset($tableau['motscles'])) {
|
- |
|
202 |
if (isset($tableau['tag-obs'])) {
|
- |
|
203 |
$tableau['tag-obs'] .= $tableau['motscles'];print_r($tableau);exit;
|
- |
|
204 |
} else if (isset($tableau['tag-img'])) {
|
- |
|
205 |
$tableau['tag-img'] .= $tableau['motscles'];
|
- |
|
206 |
} else {
|
202 |
$tableau['tag-obs'] = $tableau['tag-img'] = $tableau['motscles'];
|
207 |
$tableau['tag-obs'] = $tableau['tag-img'] = $tableau['motscles'];
|
- |
|
208 |
}
|
- |
|
209 |
|
203 |
}
|
210 |
}
|
204 |
$tableau['chpSupp'] = $tab;
|
211 |
$tableau['chpSupp'] = $tab;
|
205 |
$langue_projet_url = ( isset ( $this->parametres['langue'] ) && $this->parametres['langue'] !== 'fr' ) ? '_' . $this->parametres['langue'] : '';
|
212 |
$langue_projet_url = ( isset ( $this->parametres['langue'] ) && $this->parametres['langue'] !== 'fr' ) ? '_' . $this->parametres['langue'] : '';
|
206 |
$tableau['chemin_fichiers'] = sprintf( $this->config['chemins']['baseURLAbsoluDyn'], $this->config['manager']['imgProjet'] . $tableau['projet'] . $langue_projet_url . '/' );
|
213 |
$tableau['chemin_fichiers'] = sprintf( $this->config['chemins']['baseURLAbsoluDyn'], $this->config['manager']['imgProjet'] . $tableau['projet'] . $langue_projet_url . '/' );
|
207 |
return $tableau;
|
214 |
return $tableau;
|