Faq text
This commit is contained in:
@@ -48,7 +48,7 @@ class WrenchFaq extends BaseController
|
||||
}
|
||||
*/
|
||||
|
||||
$total = 8;
|
||||
$total = 5;
|
||||
|
||||
$data = array(
|
||||
"status" => 100,
|
||||
@@ -56,6 +56,26 @@ class WrenchFaq extends BaseController
|
||||
"internal_return" => 0,
|
||||
"result_list" => array(),
|
||||
);
|
||||
$data["result_list"][] = array(
|
||||
"title" => "What is WrenchBoard ?",
|
||||
"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(
|
||||
"title" => "How can I use WrenchBoard ?",
|
||||
"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(
|
||||
"title" => "What is WrenchBoard family account ? ",
|
||||
"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(
|
||||
"title" => "Do I need different account to post or perform task ?",
|
||||
"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 < $total; $i++) {
|
||||
$key = sprintf("%05d", $i);
|
||||
$data["result_list"][] = array(
|
||||
|
||||
Reference in New Issue
Block a user