faq added
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user