featured
This commit is contained in:
@@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user