mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Uniformisation des noms de fichiers templates pour events et smsstop
This commit is contained in:
parent
3369c34152
commit
5fe6a210de
4 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
//Récupération des évènements triés par date, du plus récent au plus ancien, par paquets de $limit, en ignorant les $offset premiers
|
||||
$events = $db->getFromTableWhere('events', [], 'at', true, $limit, $offset);
|
||||
|
||||
$this->render('events/default', array(
|
||||
$this->render('events/showAll', array(
|
||||
'events' => $events,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue