Fix page title
This commit is contained in:
parent
2a8465472e
commit
1bf072ca27
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<!-- Version: {{ NINJA_VERSION }} -->
|
||||
<meta charset="utf-8">
|
||||
|
||||
@if (Utils::isWhiteLabel())
|
||||
@if (Utils::isWhiteLabel() && ! isset($title))
|
||||
<title>{{ trans('texts.client_portal') }}</title>
|
||||
<link href="{{ asset('ic_cloud_circle.png') }}" rel="shortcut icon" type="image/png">
|
||||
@else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue