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
|
@ -41,7 +41,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
|
||||
$sendeds = $db->getFromTableWhere('sendeds', [], 'at', true, $limit, $offset);
|
||||
|
||||
$this->render('sendeds', array(
|
||||
$this->render('sendeds/showAll', array(
|
||||
'sendeds' => $sendeds,
|
||||
'page' => $page,
|
||||
'limit' => $limit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue