summaryrefslogtreecommitdiff
path: root/settings.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-08-08 03:09:47 -0400
committerlolcat <will@lolcat.ca>2023-08-08 03:09:47 -0400
commit4559857380317d768ff8394db711eb5c894aa1f8 (patch)
tree2ed555b5ba104297642893ef5511d1d28f282842 /settings.php
parent7c771c82c8e03b337f9f03ae2d4afc25d3f0faca (diff)
added brave image+video support
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php46
1 files changed, 27 insertions, 19 deletions
diff --git a/settings.php b/settings.php
index 96c31c8..c2d06e7 100644
--- a/settings.php
+++ b/settings.php
@@ -70,10 +70,10 @@ $settings = [
"value" => "brave",
"text" => "Brave"
],
- //[
- // "value" => "google",
- // "text" => "Google"
- //],
+ /*[
+ "value" => "google",
+ "text" => "Google"
+ ],*/
[
"value" => "mojeek",
"text" => "Mojeek"
@@ -99,11 +99,15 @@ $settings = [
[
"value" => "yandex",
"text" => "Yandex"
- ]//,
- //[
- // "value" => "google",
- // "text" => "Google"
- //]
+ ],
+ [
+ "value" => "brave",
+ "text" => "Brave"
+ ]/*,
+ [
+ "value" => "google",
+ "text" => "Google"
+ ]*/
]
],
[
@@ -117,11 +121,15 @@ $settings = [
[
"value" => "ddg",
"text" => "DuckDuckGo"
- ]//,
- //[
- // "value" => "google",
- // "text" => "Google"
- //]
+ ],
+ [
+ "value" => "brave",
+ "text" => "Brave"
+ ]/*,
+ [
+ "value" => "google",
+ "text" => "Google"
+ ]*/
]
],
[
@@ -136,10 +144,10 @@ $settings = [
"value" => "brave",
"text" => "Brave"
],
- //[
- // "value" => "google",
- // "text" => "Google"
- //],
+ /*[
+ "value" => "google",
+ "text" => "Google"
+ ],*/
[
"value" => "mojeek",
"text" => "Mojeek"
@@ -219,7 +227,7 @@ echo
'<head>' .
'<meta http-equiv="Content-Type" content="text/html;charset=utf-8">' .
'<title>Settings</title>' .
- '<link rel="stylesheet" href="/static/style.css?v2">' .
+ '<link rel="stylesheet" href="/static/style.css">' .
'<meta name="viewport" content="width=device-width,initial-scale=1">' .
'<meta name="robots" content="index,follow">' .
'<link rel="icon" type="image/x-icon" href="/favicon.ico">' .