Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 443 → Rev 444

/branches/v3.1-sardain/actions/documents.php
51,6 → 51,9
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
$projet = new projet ($this->_db, $this->_id_projet) ;
 
// modification meta OpenGraph pour un titre plus sympatoche
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
 
// recuperation de la liste des documents associes
 
$liste_documents = $projet->getListesDocuments(PROJET_CHEMIN_FICHIER, PROJET_CHEMIN_ICONES, $this->_id_repertoire) ;