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 47... Line 47...
47
$res = '' ;
47
$res = '' ;
48
$loggue = $this->_auth->getAuth();
48
$loggue = $this->_auth->getAuth();
49
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
49
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
50
$projet = new projet ($this->_db, $this->_id_projet) ;
50
$projet = new projet ($this->_db, $this->_id_projet) ;
Line -... Line 51...
-
 
51
 
-
 
52
// modification meta OpenGraph pour un titre plus sympatoche
-
 
53
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
51
 
54
 
52
$laius_inscription = PROJET_VOUS_N_ETES_PAS_INSCRIT;
55
$laius_inscription = PROJET_VOUS_N_ETES_PAS_INSCRIT;
53
$label_url_inscription = PROJET_S_INSCRIRE_AU_PROJET;
56
$label_url_inscription = PROJET_S_INSCRIRE_AU_PROJET;
Line 54... Line 57...
54
$lien_inscription = PROJET_LIEN_INSCRIPTION_CMS;
57
$lien_inscription = PROJET_LIEN_INSCRIPTION_CMS;