From e11fc3d1010a2f363356f6a60f086b4bf70592bf Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 4 Apr 2020 15:58:09 +0200 Subject: [PATCH] =?UTF-8?q?parametre=20template::table=20et=20=C3=A9dition?= =?UTF-8?q?=20de=20galerie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/class/template.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/class/template.class.php b/core/class/template.class.php index cab07c7a..27370bf5 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -602,6 +602,7 @@ class template { * @param array $cols Cols des colonnes (format: [col colonne1, col colonne2, etc]) * @param array $body Contenu (format: [[contenu1, contenu2, etc], [contenu1, contenu2, etc]]) * @param array $head EntĂȘtes (format : [[titre colonne1, titre colonne2, etc]) + * @param array $rowsId Id pour la numĂ©rotation des rows (format : [id colonne1, id colonne2, etc]) * @param array $attributes Attributs ($key => $value) * @return string */