mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:34:30 -04:00
Fix page title
This commit is contained in:
parent
2a8465472e
commit
1bf072ca27
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user