Rev 431 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 431 |
Rev 459 |
| Line 312... |
Line 312... |
| 312 |
|
312 |
|
| 313 |
// Recherche du forum
|
313 |
// Recherche du forum
|
| 314 |
if ($ligne->pl_id_liste != null && $ligne->plle_id_liste == null) {
|
314 |
if ($ligne->pl_id_liste != null && $ligne->plle_id_liste == null) {
|
| Line 315... |
Line 315... |
| 315 |
$this->_url->addQueryString('act', PROJET_ACTION_VOIR_FORUM);
|
315 |
$this->_url->addQueryString('act', PROJET_ACTION_VOIR_FORUM);
|
| 316 |
|
316 |
|
| Line 317... |
Line 317... |
| 317 |
$forum = '<a href="'.$this->_url->getURL().'"><img src="sites/commun/generique/images/favicones/tela_botanica.png" alt="Tela Botanica" /></a>'."\n";
|
317 |
$forum = '<a href="'.$this->_url->getURL().'"><img src="http://resources.tela-botanica.org/tb/img/16x16/favicon.png" alt="Tela Botanica" /></a>'."\n";
|
| Line 318... |
Line 318... |
| 318 |
$res .= $forum;
|
318 |
$res .= $forum;
|