not setting active language in html tag
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<html lang="{{ setting('general.default_locale') }}">
|
||||
<html lang="{{ app()->getLocale() }}">
|
||||
@include('partials.wizard.head')
|
||||
|
||||
<body class="hold-transition {{ setting('general.admin_theme', 'skin-green-light') }} sidebar-mini fixed">
|
||||
|
Reference in New Issue
Block a user