This commit is contained in:
CHIEFSOFT\ameye
2024-07-12 16:19:06 -04:00
parent 1e3f37d478
commit 67d4726431
+8 -8
View File
@@ -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,
);
}