From 9c7e1bdcd042b765d9a27153568bcb8a5b47f018 Mon Sep 17 00:00:00 2001
From: nicod_ <nicod@lerebooteux.fr>
Date: Thu, 11 May 2023 20:45:26 +0200
Subject: [PATCH] =?UTF-8?q?Passer=20l'objet=20li=C3=A9=20et=20son=20id=20a?=
 =?UTF-8?q?ux=20squelettes=20de=20blocks?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 squelettes/inclure/block.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/squelettes/inclure/block.html b/squelettes/inclure/block.html
index dc6e3f7..531111e 100644
--- a/squelettes/inclure/block.html
+++ b/squelettes/inclure/block.html
@@ -1,7 +1,7 @@
-<BOUCLE(BLOCKS){id_block}>
+<BOUCLE(BLOCKS spip_blocks_liens){id_block}>
 #SET{identifiant,#INFO_IDENTIFIANT{blocktypes,#ID_BLOCKTYPE}}
 #SET{squelette,#GET{identifiant}|blocks_trouver_squelette}
 <div class="block block--#GET{identifiant}"[ id="(#ANCRE)"]>
-	<INCLURE{fond=#GET{squelette},env}>
+	<INCLURE{fond=#GET{squelette}, env, objet=#OBJET, id_objet=#ID_OBJET}>
 </div>
 </BOUCLE>
-- 
GitLab