[SPIP] ~maj v2.1.25-->2.1.26
[velocampus/web/www.git] / www / ecrire / inc / forum.php
index 7daccd6..f16c63a 100644 (file)
@@ -3,7 +3,7 @@
 /***************************************************************************\
  *  SPIP, Systeme de publication pour l'internet                           *
  *                                                                         *
- *  Copyright (c) 2001-2011                                                *
+ *  Copyright (c) 2001-2014                                                *
  *  Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James  *
  *                                                                         *
  *  Ce programme est un logiciel libre distribue sous licence GNU/GPL.     *
@@ -474,7 +474,7 @@ function afficher_forum_thread($row, $controle_id_article, $compteur_forum, $nb_
          . '</a>';
 
        if ($spip_display == 4) {
-               $res = $titre_boite ."<br />";
+               $res = $titre_boite ."<br id='id$id_forum' />";
        } else {
                if ($id_auteur AND $voir_logo) {
                        $chercher_logo = charger_fonction('chercher_logo', 'inc');
@@ -488,7 +488,7 @@ function afficher_forum_thread($row, $controle_id_article, $compteur_forum, $nb_
                }
 
 
-               $res = "<tr>"
+               $res = "<tr id='id$id_forum'>"
                . afficher_forum_4($compteur_forum, $nb_forum, $i)
                . "\n<td style='width: 100%' valign='top'>"
                . (($compteur_forum == 1)