ニジカ Pagination
This commit is contained in:
@@ -101,7 +101,8 @@
|
||||
<?php foreach (array_slice ($log_data,
|
||||
($page - 1) * $length,
|
||||
$length,
|
||||
true) as $record): ?>
|
||||
true)
|
||||
as $record): ?>
|
||||
<div class="mb-4">
|
||||
<div>
|
||||
<?= $record['date_time'] ?>
|
||||
|
||||
Reference in New Issue
Block a user