From 1416d152cd5aaa8ffcd33cab70e6f0697d403477 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 29 Jun 2023 21:27:39 -0400 Subject: [PATCH] faq added --- www-api/app/Controllers/WrenchFaq.php | 30 ++++++++++++++++----------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/www-api/app/Controllers/WrenchFaq.php b/www-api/app/Controllers/WrenchFaq.php index 068207c9..ca42f1bc 100644 --- a/www-api/app/Controllers/WrenchFaq.php +++ b/www-api/app/Controllers/WrenchFaq.php @@ -98,23 +98,29 @@ class WrenchFaq extends BaseController "msg" => "The market is the place to see all jobs posted to the public, you can raise your hand by showing interest, and the owner can approve you starting the task. ", ); - - - for ($i = 0; $i < $total; $i++) { - $key = sprintf("%05d", $i); - $data["result_list"][] = array( - "public" => "1", - "title" => "This is faq title dummy text ".$key, - "msg" => "Random gibberish text to use in web pages, site templates and in typography demos. Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. ".$key, - ); - } - $data["result_list"][] = array( "public" => "1", "title" => "How does WrenchBoard protect my privacy?", - "msg" => "Random gibberish text to use in web pages, site templates and in typography demos. Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. ".$key, + "msg" => "We value the privacy of our patrons, and with this in our backbone, we strive to employ the best industry standards and practices to protect all privacy. We continuously abreast ourselves with the growing threat and endeavor to ensure we are always a step ahead. ", ); + $data["result_list"][] = array( + "public" => "1", + "title" => "How do I contact WrenchBoard Support?", + "msg" => "We are here to hear you and assist you in any way possible. The best way is to go into your account and send a message to support or use our chat or support email.", + ); + +// for ($i = 0; $i < $total; $i++) { +// $key = sprintf("%05d", $i); +// $data["result_list"][] = array( +// "public" => "1", +// "title" => "This is faq title dummy text ".$key, +// "msg" => "Random gibberish text to use in web pages, site templates and in typography demos. Get rid of Lorem Ipsum forever. A tool for web designers who want to save time. ".$key, +// ); +// } + + + for ($i = 0; $i < 5; $i++) { $key = sprintf("%05d", $i); $data["result_list"][] = array(