From 67d47264314e74102338b808eea33b92b77cf65a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 12 Jul 2024 16:19:06 -0400 Subject: [PATCH] featured --- www-api/app/Controllers/WrenchPlayGround.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/www-api/app/Controllers/WrenchPlayGround.php b/www-api/app/Controllers/WrenchPlayGround.php index 873fc48b..5b24acee 100644 --- a/www-api/app/Controllers/WrenchPlayGround.php +++ b/www-api/app/Controllers/WrenchPlayGround.php @@ -114,12 +114,12 @@ class WrenchPlayGround extends BaseController } $out["layer_menu"] = [ - [ - "name"=>"Featured", - "icon"=> "clock", - "action" => "ni-idea", - "tab" => "featured" - ], + [ + "name"=>"Featured", + "icon"=> "clock", + "action" => "ni-idea", + "tab" => "featured" + ], [ "name"=>"Collections", "icon"=> "clock", @@ -134,7 +134,7 @@ class WrenchPlayGround extends BaseController ], ]; - $out["result_list"][] =[ + $out["featured"][] =[ "name" => "Featured educational from us", "banner" => "If any banner is needed ", "item_list" => $this->apiFeaturedData() @@ -175,7 +175,7 @@ class WrenchPlayGround extends BaseController $key = sprintf("%05d", $i); $data["item"][] = array( "banner" => "I have no idea", - "title" => "This is faq title dummy text ".$key, + "title" => "This Featured dummy text ".$key, "description" => "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, ); }