diff options
author | root <root@itinerariummentis.org> | 2024-06-18 09:27:45 +0000 |
---|---|---|
committer | root <root@itinerariummentis.org> | 2024-06-18 09:27:45 +0000 |
commit | 9182a90513e3b0679d4732d10911a488f229578b (patch) | |
tree | b0527bd025ec07aa1cef633f510b2560aa8ab134 /lib/frontend.php | |
parent | b13fce93ac14686250db5b38dc5c08432ed849f9 (diff) |
customization
Diffstat (limited to 'lib/frontend.php')
-rw-r--r-- | lib/frontend.php | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index ae703fc..224f12c 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -242,6 +242,7 @@ class frontend{ $payload .= $this->highlighttext($keywords, $site["title"]) . '</div>'; + $payload .= '</a>'; if($greentext !== null){ @@ -261,7 +262,6 @@ class frontend{ $payload .= $customhtml; - $payload .= '</a>'; /* Sublinks @@ -919,12 +919,13 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ - "brave" => "Brave", "google" => "Google", + "ddg" => "DuckDuckGo", + "googlealt" => "GoogleV6", + "brave" => "Brave", "yandex" => "Yandex", "qwant" => "Qwant", "yep" => "Yep", - "ddg" => "DuckDuckGo", "greppr" => "Greppr", "crowdview" => "Crowdview", "mwmbl" => "Mwmbl", @@ -940,9 +941,10 @@ class frontend{ $filters["scraper"] = [ "display" => "Scraper", "option" => [ - "brave" => "Brave", "google" => "Google", + "brave" => "Brave", "ddg" => "DuckDuckGo", + "googlealt" => "GoogleV6", "yandex" => "Yandex", "qwant" => "Qwant", "yep" => "Yep", @@ -960,6 +962,7 @@ class frontend{ "yt" => "YouTube", //"fb" => "Facebook videos", "ddg" => "DuckDuckGo", + "googlealt" => "GoogleV6", "brave" => "Brave", "yandex" => "Yandex", "google" => "Google", @@ -974,6 +977,7 @@ class frontend{ "option" => [ "google" => "Google", "brave" => "Brave", + "googlealt" => "GoogleV6", "qwant" => "Qwant", "ddg" => "DuckDuckGo", "yep" => "Yep", |