Backend Service
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
<?
|
||||
if (!isset($facility_image) || $facility_image == '') {
|
||||
$facility_image = "/assets/img/bg/provider-1.jpg";
|
||||
}
|
||||
|
||||
if (!isset($facility_text) || $facility_text == '') {
|
||||
$facility_text = "Merms Providers";
|
||||
}
|
||||
?>
|
||||
<!-- begin app -->
|
||||
<div class="app">
|
||||
<!-- begin app-wrap -->
|
||||
@@ -82,7 +90,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6 col-xxl-9 col-lg-7 o-hidden order-1 order-sm-2" style="background-color:red; background-image: url('assets/img/bg/provider.jpg'); background-size: 100% 100%;">
|
||||
<div class="col-sm-6 col-xxl-9 col-lg-7 o-hidden order-1 order-sm-2" style="background-color:red; background-image: url('<?=$facility_image?>'); background-size: cover;">
|
||||
<!-- img class="img-fluid" src="assets/img/bg/provider.jpg" alt="" style="background-size:contain;" -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user