smart changes

This commit is contained in:
piapassecker
2023-12-11 19:54:21 +01:00
parent 44c0cfcfae
commit a7f8efe628
3 changed files with 58 additions and 53 deletions

View File

@ -11,6 +11,7 @@ class Smart extends Page {
function index()
{
$this->set('user', $_SESSION['user']->data);
$this->set('template', "smart.html.php");
}