Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 443 → Rev 444

/branches/v3.1-sardain/actions/wikini.php
49,6 → 49,9
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());
 
$laius_inscription = PROJET_VOUS_N_ETES_PAS_INSCRIT;
$label_url_inscription = PROJET_S_INSCRIRE_AU_PROJET;
$lien_inscription = PROJET_LIEN_INSCRIPTION_CMS;