Fix page title

This commit is contained in:
Hillel Coren 2017-06-04 16:13:06 +03:00
parent 2a8465472e
commit 1bf072ca27

View File

@ -5,7 +5,7 @@
<!-- Version: {{ NINJA_VERSION }} --> <!-- Version: {{ NINJA_VERSION }} -->
<meta charset="utf-8"> <meta charset="utf-8">
@if (Utils::isWhiteLabel()) @if (Utils::isWhiteLabel() && ! isset($title))
<title>{{ trans('texts.client_portal') }}</title> <title>{{ trans('texts.client_portal') }}</title>
<link href="{{ asset('ic_cloud_circle.png') }}" rel="shortcut icon" type="image/png"> <link href="{{ asset('ic_cloud_circle.png') }}" rel="shortcut icon" type="image/png">
@else @else