Subversion Repositories Applications.projet

Rev

Rev 431 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 459
Line 85... Line 85...
85
    $this->_url->addQueryString(PROJET_VARIABLE_ID_PROJET, $ligne->p_id) ;
85
    $this->_url->addQueryString(PROJET_VARIABLE_ID_PROJET, $ligne->p_id) ;
Line 86... Line 86...
86
    
86
    
87
    // Recherche du forum
87
    // Recherche du forum
88
    if ($ligne->pl_id_liste != null) {
88
    if ($ligne->pl_id_liste != null) {
89
    	$this->_url->addQueryString('act', PROJET_ACTION_VOIR_FORUM);
89
    	$this->_url->addQueryString('act', PROJET_ACTION_VOIR_FORUM);
90
    	$forum = '<a href="'.$this->_url->getURL().'"><img src="sites/commun/generique/images/favicones/tela_botanica.png" alt="Tela Botanica"/></a>';
90
    	$forum = '<a href="'.$this->_url->getURL().'"><img src="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" alt="Tela Botanica"/></a>';
Line 91... Line 91...
91
    } else {
91
    } else {
92
    
92
    
93
		include_once PROJET_CHEMIN_CLASSES.'liste_externe.class.php' ;
93
		include_once PROJET_CHEMIN_CLASSES.'liste_externe.class.php' ;