diff --git a/app/Config/mermsemr_faq.php b/app/Config/mermsemr_faq.php index 4e2f5b0..06521fc 100644 --- a/app/Config/mermsemr_faq.php +++ b/app/Config/mermsemr_faq.php @@ -5,8 +5,8 @@ $merms_faq = array [ 'What is MERMS ?', 'What is MERMS ?', - 'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ', - 'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English.' + 'MERSM is a series of patient, users and providers platforms that assist providers in patient care processes and any users to manage health care goals.', + 'MERSM is a series of patient, users and providers platforms that assist providers in patient care processes and any users to manage health care goals.' ], [ 'What is myFit App ?', @@ -22,19 +22,19 @@ $merms_faq = array ], [ 'How secure is MERMS?', - 'How secure is MERMS?', + 'How secure is MERMS?', 'MERMS products use the highest-level SSL (Secure Socket Layer) encryption and fully HIPAA-compliant by design.', 'We expect both physicians and patients to be naturally concerned with the privacy and confidentiality of healthcare information. MERMS products use the highest-level SSL (Secure Socket Layer) encryption and fully HIPAA-compliant by design. ' ], [ - 'SHort Title here', - 'Long Title here here here here', - 'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ', - '' + 'What kind of computer or device do I need?', + 'What kind of computer or device do I need?', + 'MERMS is a web-based platform for most users. All you need is a computer and a good Internet connection. There are no expensive servers to buy and maintain.', + 'MERMS is a web-based platform for most users. All you need is a computer and a good Internet connection. There are no expensive servers to buy and maintain.' ], [ - 'SHort Title here', - 'Long Title here here here here', + 'How can users schedule providers appointments?', + 'How can users schedule providers appointments?', 'is a long established fact that a reader will be distracted . The point of using Lorem Ipsum is that ', '' ], diff --git a/app/Controllers/BaseController.php b/app/Controllers/BaseController.php index 3890287..e92cb96 100644 --- a/app/Controllers/BaseController.php +++ b/app/Controllers/BaseController.php @@ -56,6 +56,8 @@ class BaseController extends Controller { $blog_cnt =0; foreach ($rss->channel->item as $item) { $image = "/assets/image/resources/blog-2.jpg"; + $image = "https://blog.mermsemr.com/wp-content/uploads/2021/02/Gut.jpg"; + //print_r($item); $itemA = array( 'title' => $item->title, diff --git a/app/Controllers/Land.php b/app/Controllers/Land.php index f476c6e..14994b2 100644 --- a/app/Controllers/Land.php +++ b/app/Controllers/Land.php @@ -6,7 +6,7 @@ class Land extends BaseController { public function index() { $data = array(); - $this->renderExtPage('terms', $data); + $this->renderExtPage('contact', $data); } public function covit() { diff --git a/app/Controllers/Support.php b/app/Controllers/Support.php index 1eb14c3..fb9d607 100644 --- a/app/Controllers/Support.php +++ b/app/Controllers/Support.php @@ -5,19 +5,10 @@ namespace App\Controllers; class Support extends BaseController { public function index() { - - global $myfit_items; - global $practice_text1; - global $practice_text2; $data = array(); - $data["blog_post"] =$this->getBlogItems(); // $blog_post; - $data["myfit_items"] = $myfit_items; - $data["practice_text1"] = $practice_text1; - $data["practice_text2"] = $practice_text2; $data["country"] = MERMS_COUNTRIES; - $this->renderExtPage('merms-home', $data); + $this->renderExtPage('support', $data); } - - //-------------------------------------------------------------------- } + diff --git a/app/Views/covit.php b/app/Views/covit.php index 0f545cb..7bd2b36 100644 --- a/app/Views/covit.php +++ b/app/Views/covit.php @@ -94,9 +94,4 @@ - - - - - - + \ No newline at end of file diff --git a/app/Views/footer.php b/app/Views/footer.php index 728917c..48f66ce 100644 --- a/app/Views/footer.php +++ b/app/Views/footer.php @@ -43,6 +43,7 @@
  • FAQ
  • Developers
  • Terms & Conditions
  • +
  • Privacy Policy
  • diff --git a/app/Views/merms-home.php b/app/Views/merms-home.php index 4057cf9..3ff3344 100644 --- a/app/Views/merms-home.php +++ b/app/Views/merms-home.php @@ -243,7 +243,7 @@
    img
    -

    +

    Read More diff --git a/app/Views/terms.php b/app/Views/terms.php index 17c72de..f3f3dc2 100644 --- a/app/Views/terms.php +++ b/app/Views/terms.php @@ -32,45 +32,13 @@