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 325... Line 325...
325
 
325
 
326
	// Recherche du forum
326
	// Recherche du forum
327
	if ($ligne->pl_id_liste != null && $ligne->plle_id_liste == null) {
327
	if ($ligne->pl_id_liste != null && $ligne->plle_id_liste == null) {
Line 328... Line 328...
328
		$this->_url->addQueryString('act', PROJET_ACTION_VOIR_FORUM);
328
		$this->_url->addQueryString('act', PROJET_ACTION_VOIR_FORUM);
329
 
329
 
Line 330... Line 330...
330
		$forum = '<a href="'.$this->_url->getURL().'"><img src="sites/commun/generique/images/favicones/tela_botanica.png" alt="Tela Botanica" /></a>'."\n";
330
		$forum = '<a href="'.$this->_url->getURL().'"><img src="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" alt="Tela Botanica" /></a>'."\n";
Line 331... Line 331...
331
		$res .= $forum;
331
		$res .= $forum;