From 4220d8c209f4f980ada6d21f9d966675e20f3e7b Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Tue, 2 Jan 2007 18:52:32 +0000 Subject: [PATCH] Scorie graphique dans [8227]. J'en profite pour dire qu'il y avait un autre bug dans editer_article qui empechait le calcul des rubriques. --- ecrire/inc/presentation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php index 3521b0b773..b5f8901545 100644 --- a/ecrire/inc/presentation.php +++ b/ecrire/inc/presentation.php @@ -738,7 +738,7 @@ function afficher_articles_trad($titre_table, $requete, $formater, $tmp_var, $ha } $texte .= '<b>' . $titre_table . '</b>'; - $icone = http_img_pack("article-24.gif",'',''); + $icone = "article-24.gif"; $res = "\n<div style='height: 12px;'></div>" . "\n<div class='liste'>" -- GitLab