Changed old app_banner_type var to new appBannerType
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<div class="row app-banner-padding @if(!$appBannerStyleFullWidth) app-banner @endif">
|
<div class="row app-banner-padding @if(!$appBannerStyleFullWidth) app-banner @endif">
|
||||||
<div class="col-md-12 text-center">
|
<div class="col-md-12 text-center">
|
||||||
@if($appDomain)
|
@if($appDomain)
|
||||||
<a href="{{ $appDomain }}" class="links"><img src="data:{{ $app_banner_type }};base64, {{ $appBanner }}" class="banner-image img-responsive"></a>
|
<a href="{{ $appDomain }}" class="links"><img src="data:{{ $appBannerType }};base64, {{ $appBanner }}" class="banner-image img-responsive"></a>
|
||||||
@else
|
@else
|
||||||
<img src="data:{{ $appBannerType }};base64, {{ $appBanner }}" class="banner-image img-responsive">
|
<img src="data:{{ $appBannerType }};base64, {{ $appBanner }}" class="banner-image img-responsive">
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user