[SPIP] ~2.1.12 -->2.1.25
[velocampus/web/www.git] / www / ecrire / exec / articles_forum.php
index d7c2dd6..eeb11ba 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.     *
@@ -91,7 +91,6 @@ function articles_forum_cadres($id_rubrique, $id_article, $titre, $script, $args
          aide ("suiviforum"),
          "</p>";
 
-       $img = http_img_pack('feed.png', 'RSS', '', 'RSS');
        $url = bouton_spip_rss('forums_public', array("id_article" => $id_article));
 
        echo "<div style='text-align: $spip_lang_right;'>", $url, "</div>";
@@ -117,7 +116,7 @@ function articles_forum_cadres($id_rubrique, $id_article, $titre, $script, $args
        echo "<td>" . http_img_pack('rien.gif', " ", "width='10'") ."</td>\n";
        echo "<td style='width: 100%'>";
        echo _T('texte_messages_publics');
-       echo "<a href='$url'>".gros_titre($titre,'', false)."</a>";
+       echo gros_titre("<a href='$url'>$titre</a>",'', false);
        echo "</td></tr></table>";
 }
 ?>