This commit is contained in:
leosw
2025-08-02 13:40:54 +02:00
parent 74b3a8721a
commit ca25bccbec

View File

@@ -34,7 +34,7 @@
</th> </th>
<th>Suppression</th> <th>Suppression</th>
</tr> </tr>
<? foreach ($files as $file) { ?> <? foreach (array_slice($files, $first-1, $rows_per_pages, true) as $file) { ?>
<tr> <tr>
<td> <td>
<a href="<?=$config['rel_root_folder']?>medias/wiki/<?=$file['name']?>"><?=$file['name']?></a> <a href="<?=$config['rel_root_folder']?>medias/wiki/<?=$file['name']?>"><?=$file['name']?></a>