From 04d3a2987f4ef661f61245a63ab2699ba9ddf3a3 Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Fri, 1 Sep 2006 05:31:52 +0000
Subject: [PATCH] =?UTF-8?q?code=20mort=20car=20partag=C3=A9=20dans=20forum?=
 =?UTF-8?q?.php=20depuis=20[7278].?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/exec/articles_forum.php | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/ecrire/exec/articles_forum.php b/ecrire/exec/articles_forum.php
index 6b967087ed..8c3f5a8d2b 100644
--- a/ecrire/exec/articles_forum.php
+++ b/ecrire/exec/articles_forum.php
@@ -106,31 +106,4 @@ function articles_forum_cadres($id_rubrique, $titre, $script, $args)
 	echo "</td></tr></table>";
 	echo "<p>";
 }
-
-// http://doc.spip.org/@articles_forum_liens
-function articles_forum_liens($n, $script, $args, $curseur, $pack, $i)
-{
-
-
-	if ($i>0)
-		echo "<a href='" . generer_url_ecrire($script,$args) . "'>0</a> ... | ";
-	for (;$n;$n--){
-
-	// barre de navigation
-		if ($i == $pack*floor($i/$pack)) {
-			if ($i == $curseur)
-				echo "<font size='3'><b>$i</b></font>";
-			else
-				echo "<a href='", generer_url_ecrire($script,"$args&debut=$i") , "'>$i</a>";
-			echo " | ";
-		}
-
-		$i ++;
-	}
-
-	echo "<a href='", generer_url_ecrire($script,"$args&debut=$i") , "'>...</a>";
-
-	echo "</div>";
-}
-
 ?>
-- 
GitLab