Simplified logic
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4c350bd5a3
commit
225ab47b8e
1 changed files with 2 additions and 9 deletions
|
@ -21,21 +21,14 @@
|
||||||
{{-- $snipeSettings->brand = 3 = Logo + Text --}}
|
{{-- $snipeSettings->brand = 3 = Logo + Text --}}
|
||||||
@if ($snipeSettings->brand == '3')
|
@if ($snipeSettings->brand == '3')
|
||||||
|
|
||||||
@if ($snipeSettings->email_logo!='')
|
<img style="max-height: 100px; vertical-align:middle;" src="{{ \Storage::disk('public')->url(e($snipeSettings->email_logo)) }}">
|
||||||
<img style="max-height: 100px; vertical-align:middle;" src="{{ \Storage::disk('public')->url(e($snipeSettings->email_logo)) }}">
|
|
||||||
@endif
|
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
{{ $snipeSettings->site_name }}
|
{{ $snipeSettings->site_name }}
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
{{-- else if branding type is just logo --}}
|
{{-- else if branding type is just logo --}}
|
||||||
@elseif ($snipeSettings->brand == '2')
|
@elseif ($snipeSettings->brand == '2')
|
||||||
@if ($snipeSettings->email_logo!='')
|
<img style="max-height: 100px; vertical-align:middle;" src="{{ \Storage::disk('public')->url(e($snipeSettings->email_logo)) }}">
|
||||||
<img style="max-height: 100px; vertical-align:middle;" src="{{ \Storage::disk('public')->url(e($snipeSettings->email_logo)) }}">
|
|
||||||
@else
|
|
||||||
{{ $snipeSettings->site_name }}
|
|
||||||
@endif
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@else
|
@else
|
||||||
|
|
Loading…
Add table
Reference in a new issue