Backend Service

This commit is contained in:
2019-04-27 16:04:51 +00:00
parent b35deca262
commit 3b4dd241a8
4 changed files with 96 additions and 2 deletions
+9 -1
View File
@@ -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>