1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

Slim Framework integration #118 #117

- Admin plugin refactoring
This commit is contained in:
Awilum
2019-06-01 23:17:41 +03:00
parent e992e28e00
commit 3dbeb04803
2 changed files with 1 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ if (isset($uri) && isset($uri[0]) && $uri[0] == 'admin') {
// Register The Auto Loader
$loader = require_once $autoload;
include_once 'routes.php';
include_once 'routes/web.php';
// Set Default Admin locale
I18n::$locale = $flextype->registry->get('settings.locale');