Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 443 → Rev 444

/branches/v3.1-sardain/actions/resume.php
51,7 → 51,10
include_once PROJET_CHEMIN_CLASSES.'participe.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());
 
 
/** Bloc resume avec lien resume */
$resume = $projet->getResume();
$bouton_resume = '';
210,7 → 213,7
$wiki_res = '' ;
// Les wikinis associes au projet
if ($wiki = $projet->getWikini()) {
if (strpos($wiki, "http://www.tela-botanica.org/wikini/") === 0) {// Si le wiki, ne peut pas être intégré
if (strpos($wiki, "http://www.tela-botanica.org/wikini/") === 0) {// Si le wiki, ne peut pas �tre int�gr�
$wiki_res .= '<div style="line-height: 2em;">'.sprintf(PROJET_WIKINI_PAS_REDIR, $wiki).'</div>'."\n";
} else {
$url = $GLOBALS['_GEN_commun']['url'] ;