Subversion Repositories Applications.projet

Rev

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

Rev 432 Rev 444
Line 49... Line 49...
49
 
49
 
50
// creation de l'objet projet courant
50
// creation de l'objet projet courant
51
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
51
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
Line -... Line 52...
-
 
52
$projet = new projet ($this->_db, $this->_id_projet) ;
-
 
53
 
-
 
54
// modification meta OpenGraph pour un titre plus sympatoche
52
$projet = new projet ($this->_db, $this->_id_projet) ;
55
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
Line 53... Line 56...
53
 
56
 
Line 54... Line 57...
54
// recuperation de la liste des documents associes
57
// recuperation de la liste des documents associes