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 44... Line 44...
44
// creation de l'objet projet courant
44
// creation de l'objet projet courant
45
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
45
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
46
include_once PROJET_CHEMIN_CLASSES.'participe.class.php' ;
46
include_once PROJET_CHEMIN_CLASSES.'participe.class.php' ;
47
$projet = new projet ($this->_db, $this->_id_projet) ;
47
$projet = new projet ($this->_db, $this->_id_projet) ;
Line -... Line 48...
-
 
48
 
-
 
49
// modification meta OpenGraph pour un titre plus sympatoche
-
 
50
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
48
 
51
 
49
if ($this->_auth->getAuth()) {
52
if ($this->_auth->getAuth()) {
50
	$loggue = true;
53
	$loggue = true;
51
	$droits = PROJET_DROIT_AUCUN;
54
	$droits = PROJET_DROIT_AUCUN;
52
    $participant = new participe($this->_db) ;
55
    $participant = new participe($this->_db) ;