Subversion Repositories Applications.projet

Rev

Rev 432 | 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
$url = $this->_url->getURL(); 
49
$url = $this->_url->getURL(); 
Line 50... Line 50...
50
 
50
 
51
include_once PROJET_CHEMIN_CLASSES.'participe.class.php' ;
51
include_once PROJET_CHEMIN_CLASSES.'participe.class.php' ;
52
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
52
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
-
 
53
$projet = new projet ($this->_db, $this->_id_projet) ;
-
 
54
 
-
 
55
// modification meta OpenGraph pour un titre plus sympatoche
-
 
56
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
53
$projet = new projet ($this->_db, $this->_id_projet) ;
57
 
54
//$retour .= '<h1>'.PROJET_PROJET.' : '.$projet->getTitre()."</h1>" ;
58
//$retour .= '<h1>'.PROJET_PROJET.' : '.$projet->getTitre()."</h1>" ;
55
$titre = '<h2>'.PROJET_LISTE_PARTICIPANT.'</h2>'."\n" ;
59
$titre = '<h2>'.PROJET_LISTE_PARTICIPANT.'</h2>'."\n" ;
Line 56... Line 60...
56
$participants = new participe($this->_db) ;
60
$participants = new participe($this->_db) ;