Ajout du système de popup sur reception d'un SMS

This commit is contained in:
Pierre-Lin Bonnemaison 2015-08-16 03:25:41 +02:00
parent 0b2fe3c989
commit 90e761e152
9 changed files with 91 additions and 3 deletions

View file

@ -51,4 +51,12 @@
{
$this->render('internalIncs/footer');
}
/**
* Cette fonction retourne une page js avec des constantes php sous forme js
*/
public function phptojs()
{
$this->render('internalIncs/phptojs');
}
}