1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Fixed form layout path

This commit is contained in:
Eldad Fux 2020-04-21 11:11:47 +03:00
parent 1cb7a03448
commit 0694166587

View file

@ -83,7 +83,6 @@ $utopia->get('/console/account')
;
$layout
->setPath(__DIR__.'/../../views/layouts/strip.phtml')
->setParam('title', 'Account - '.APP_NAME)
->setParam('body', $page);
});
@ -234,6 +233,7 @@ $utopia->get('/console/database/form')
;
$layout
->setPath(__DIR__.'/../../views/layouts/strip.phtml')
->setParam('title', APP_NAME.' - Database Form')
->setParam('body', $page);
});