From b84f9daec39d564087c8208e6bd70dbd8229d4af Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 18 Oct 2024 06:15:22 -0400 Subject: [PATCH] clean up display --- www-api/app/Controllers/WrenchFaq.php | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/www-api/app/Controllers/WrenchFaq.php b/www-api/app/Controllers/WrenchFaq.php index a80ffb4d..a22b605a 100644 --- a/www-api/app/Controllers/WrenchFaq.php +++ b/www-api/app/Controllers/WrenchFaq.php @@ -23,7 +23,7 @@ class WrenchFaq extends BaseController
Go Further and Faster -
+

Looking for a platform to push that next campaign or get real feedback on that great app feature or just any task, connect with our thriving community to get it done fast.
@@ -32,7 +32,7 @@ class WrenchFaq extends BaseController
Do more. -
+


Ready to launch your next campaign, get real feedback on your app, or tackle any task? Connect with our vibrant community for fast, affordable results. "; @@ -60,7 +60,7 @@ class WrenchFaq extends BaseController

- Flexible and Customizable Rewards + Flexible and Customizable Rewards

Our reward system is flexible because we know motivation differs for each person. We empower you to match reward with motivation to celebrate achievement. . "; $data["result_list"][] = array( @@ -74,7 +74,7 @@ class WrenchFaq extends BaseController

- Interact and Explore + Interact and Explore

Kids interact and explore with a suite of carefully selected content and games aimed at helping them learn financial skills. AI adapts to each child's unique learning style, ensuring personalized experiences that grow with them . "; $data["result_list"][] = array( @@ -83,24 +83,6 @@ class WrenchFaq extends BaseController "contents" => $msgS ); -// for ($i = 0; $i < $total; $i++) { -// -// $msg=''; -// $msgS = "
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.
"; -// -// $txL = rand(1,5); -// for($ii=1; $ii<$txL; $ii++){ -// $msg = $msg.$msgS; -// } -// -// $data["result_list"][] = array( -// "uid" => '0000-0000-0000-000'. $i, -// "topic" => "Topic ".$i, -// "contents" => $msg -// ); -// } - return $this->summaryReturnData($in,$data); //json_encode( $final_out ); }