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 50... Line 50...
50
 
50
 
51
 
51
 
Line -... Line 52...
-
 
52
// creation de l'objet projet courant
-
 
53
$projet = new projet ($this->_db, $this->_id_projet) ;
-
 
54
 
52
// creation de l'objet projet courant
55
// modification meta OpenGraph pour un titre plus sympatoche
53
$projet = new projet ($this->_db, $this->_id_projet) ;
56
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
Line 54... Line 57...
54
 
57