Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 443 → Rev 444

/branches/v3.1-sardain/actions/participants.php
51,6 → 51,10
include_once PROJET_CHEMIN_CLASSES.'participe.class.php' ;
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
$projet = new projet ($this->_db, $this->_id_projet) ;
 
// modification meta OpenGraph pour un titre plus sympatoche
GEN_modifierMetaProperty('og:title', 'Projet : ' . $projet->getTitre());
 
//$retour .= '<h1>'.PROJET_PROJET.' : '.$projet->getTitre()."</h1>" ;
$titre = '<h2>'.PROJET_LISTE_PARTICIPANT.'</h2>'."\n" ;
$participants = new participe($this->_db) ;