20231011#1

This commit is contained in:
User
2023-10-11 00:22:06 +03:00
parent cdf9a13242
commit 035783e264
5 changed files with 43 additions and 3 deletions

View File

@@ -16,7 +16,9 @@ class IndexController extends AbstractController {
$this->addHeader("App-Mode", "Dev");
$this->template()->setValue("title", "Главная");
$this->template()->setSubtemple("main", "main/index.tpl", [
"date" => (new \DateTime())->format('Y-m-d H:i:s')
]);
return $this->renderResponse();
}
catch(ServiceException $exception){}
return true;