Fix Space / Tabs
This commit is contained in:
parent
7ea717200c
commit
5187cbc4d0
|
@ -63,8 +63,8 @@ else
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define variables
|
// Define variables
|
||||||
$ADMIN_CONTROLLER = $layout['controller'];
|
$ADMIN_CONTROLLER = $layout['controller'];
|
||||||
$ADMIN_VIEW = $layout['view'];
|
$ADMIN_VIEW = $layout['view'];
|
||||||
|
|
||||||
// Load plugins before the admin area will be load.
|
// Load plugins before the admin area will be load.
|
||||||
Theme::plugins('beforeAdminLoad');
|
Theme::plugins('beforeAdminLoad');
|
||||||
|
|
Loading…
Reference in New Issue