parametre template::table et édition de galerie
This commit is contained in:
parent
8b864fe9f9
commit
ab8f5b5dca
@ -630,7 +630,9 @@ class template {
|
|||||||
$html .= '</thead>';
|
$html .= '</thead>';
|
||||||
}
|
}
|
||||||
// Pas de tableau d'Id transmis, générer une numérotation
|
// Pas de tableau d'Id transmis, générer une numérotation
|
||||||
$rowsId = range(0,count($body));
|
if (empty($rowsId)) {
|
||||||
|
$rowsId = range(0,count($body));
|
||||||
|
}
|
||||||
// Début contenu
|
// Début contenu
|
||||||
$j = 0;
|
$j = 0;
|
||||||
foreach($body as $tr) {
|
foreach($body as $tr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user