diff options
| author | lolcat <will@lolcat.ca> | 2024-09-01 20:35:21 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-09-01 20:35:21 -0400 |
| commit | c9eec8260bbbe14015cf6acf1946dc8218d20b74 (patch) | |
| tree | e3cb723634fc4bf2ac351fb28f4c818446920502 /lib/frontend.php | |
| parent | 063397dbd1019b8586b2e12af06a97712d48af28 (diff) | |
added solofield
Diffstat (limited to 'lib/frontend.php')
| -rw-r--r-- | lib/frontend.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/frontend.php b/lib/frontend.php index 341c82e..7bf650d 100644 --- a/lib/frontend.php +++ b/lib/frontend.php @@ -947,6 +947,7 @@ class frontend{ "crowdview" => "Crowdview", "mwmbl" => "Mwmbl", "mojeek" => "Mojeek", + "solofield" => "Solofield", "marginalia" => "Marginalia", "wiby" => "wiby", "curlie" => "Curlie" @@ -965,6 +966,7 @@ class frontend{ "startpage" => "Startpage", "qwant" => "Qwant", "yep" => "Yep", + "solofield" => "Solofield", //"pinterest" => "Pinterest", "imgur" => "Imgur", "ftm" => "FindThatMeme" @@ -983,7 +985,8 @@ class frontend{ "yandex" => "Yandex", "google" => "Google", "startpage" => "Startpage", - "qwant" => "Qwant" + "qwant" => "Qwant", + "solofield" => "Solofield" ] ]; break; |
