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.link.head')
|
||||
|
||||
<body class="hold-transition skin-green-light sidebar-mini fixed link">
|
||||
|
Reference in New Issue
Block a user