Backend Service
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?
|
<?
|
||||||
if ($facility_image == '') {
|
if (!isset($facility_image) || $facility_image == '') {
|
||||||
$facility_image = "/assets/img/bg/provider.jpg";
|
$facility_image = "/assets/img/bg/provider.jpg";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($facility_text == '') {
|
if (!isset($facility_text) || $facility_text == '') {
|
||||||
$facility_text = "erms Providers";
|
$facility_text = "erms Providers";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user