Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 680 → Rev 681

/trunk/modules/pdf_export/PdfExport.php
68,7 → 68,7
$this->Biblio = new Bibliographie($this->conteneur);
$this->Reparti = new Repartition($this->conteneur);
$this->piedepage = Config::get('chemin_modules').'pdf_export/squelettes/footer.html';
$this->nom_retenu = $this->conteneur->getNomCourant()->getNomRetenu()->get('nom_sci_html');
$this->nom_retenu = $this->conteneur->getNomCourant()->getNomRetenu()->get('nom_sci');
}
118,7 → 118,7
private function construireHtml($donnees) {
$this->html = $this->getVue('pdf_header.tpl.html', $donnees);
$this->html = $this->getVue('pdf_header', $donnees);
foreach ($this->blocs as $bloc) {
$this->ajouterHtml($bloc, $donnees);
}