mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Mise en place des dossiers pour les templates
This commit is contained in:
parent
01aad35f7d
commit
59b35b09c2
39 changed files with 63 additions and 136 deletions
|
@ -40,7 +40,7 @@
|
|||
//Récupération des SMS envoyés triés par date, du plus récent au plus ancien, par paquets de $limit, en ignorant les $offset premiers
|
||||
$receiveds = $db->getFromTableWhere('receiveds', [], 'at', true, $limit, $offset);
|
||||
|
||||
return $this->render('receiveds', array(
|
||||
return $this->render('receiveds/showAll', array(
|
||||
'receiveds' => $receiveds,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue