Fixed form layout path

This commit is contained in:
Eldad Fux
2020-04-21 11:11:47 +03:00
parent 1cb7a03448
commit 0694166587
+1 -1
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);
});