Line 107... |
Line 107... |
107 |
$this->formaterListePhotos($projet, $images);
|
107 |
$this->formaterListePhotos($projet, $images);
|
108 |
$this->formaterMetaPhotos($projet);
|
108 |
$this->formaterMetaPhotos($projet);
|
109 |
$chemin_sous_squelette = Config::get('chemin_modules').AppControleur::getNomDossierDepuisClasse('Fiche').DS.Config::get('dossier_squelettes').DS;
|
109 |
$chemin_sous_squelette = Config::get('chemin_modules').AppControleur::getNomDossierDepuisClasse('Fiche').DS.Config::get('dossier_squelettes').DS;
|
110 |
$donnees = array('cel' => array('images' => $this->donnees['cel']['images'], 'meta' => $this->donnees[$projet]['meta'] ));
|
110 |
$donnees = array('cel' => array('images' => $this->donnees['cel']['images'], 'meta' => $this->donnees[$projet]['meta'] ));
|
111 |
$html_tpl = $this->getVue($chemin_sous_squelette.'fiche_illustrations_cel.tpl.html', $donnees);
|
111 |
$html_tpl = $this->getVue($chemin_sous_squelette.'fiche_illustrations_cel.tpl.html', $donnees);
|
112 |
$this->donnees[$projet]['illustrationsCel'] = $html_tpl;
|
112 |
$this->donnees[$projet]['illustrationsCel'] = $html_tpl;
|
- |
|
113 |
$this->donnees[$projet]['cel_present'] = count($images) > 0;
|
113 |
// Ensuite on fait juste un lien qui permettra de les charger
|
114 |
// Ensuite on fait juste un lien qui permettra de les charger
|
114 |
$this->donnees[$projet]['ajax_url'] = $this->formaterUrlAjaxPhotoCel();
|
115 |
$this->donnees[$projet]['ajax_url'] = $this->formaterUrlAjaxPhotoCel();
|
115 |
}
|
116 |
}
|
Line 116... |
Line 117... |
116 |
|
117 |
|