1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Added header to login screen

This commit is contained in:
eldadfux 2019-08-08 09:10:40 +03:00
parent 656387518b
commit d91885e4a7

View file

@ -11,6 +11,7 @@ $layout
->setParam('title', APP_NAME)
->setParam('description', Locale::getText('general.description'))
->setParam('class', 'home')
->setParam('header', [new View(__DIR__ . '/../views/home/comps/header.phtml')])
;
$utopia->shutdown(function() use ($utopia, $response, $request, $layout, $version, $env) {