Backend Service

This commit is contained in:
2019-04-07 00:47:03 +00:00
parent 1b46f66dd7
commit f478fc9f29
4 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -20,16 +20,16 @@ class Cm extends Web_Controller {
$data["facility_image"] = "/assets/img/bg/provider.jpg"; $data["facility_image"] = "/assets/img/bg/provider.jpg";
$data["facility_text"] = 'Ogun Medical Center'; $data["facility_text"] = 'Ogun Medical Center';
break; break;
case "uchibadan": case "uch":
$data["facility_image"] = "/assets/img/bg/provider.jpg"; $data["facility_image"] = "/assets/img/bg/provider2.jpg";
$data["facility_text"] = 'UCH Providers'; $data["facility_text"] = 'UCH Providers';
break; break;
case "oyo": case "oyo":
$data["facility_image"] = "/assets/img/bg/provider.jpg"; $data["facility_image"] = "/assets/img/bg/provider3.jpg";
$data["facility_text"] = 'OYO Health Center'; $data["facility_text"] = 'OYO Health Center';
break; break;
case "ife": case "ife":
$data["facility_image"] = "/assets/img/bg/provider.jpg"; $data["facility_image"] = "/assets/img/bg/provider4.jpg";
$data["facility_text"] = 'IFE Providers'; $data["facility_text"] = 'IFE Providers';
break; break;
} }
Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB