mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-15 12:36:26 +02:00
Mise en place des dossiers pour les templates
This commit is contained in:
parent
a89b0c79ad
commit
79b2c47941
39 changed files with 63 additions and 136 deletions
controllers
|
@ -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', array(
|
||||
$this->render('events/default', array(
|
||||
'events' => $events,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue