commit
ab0675055c
1 changed files with 3 additions and 0 deletions
|
@ -202,6 +202,9 @@ class Setting extends Model
|
||||||
$url = 'https://www.bing.com/search';
|
$url = 'https://www.bing.com/search';
|
||||||
$var = 'q';
|
$var = 'q';
|
||||||
break;
|
break;
|
||||||
|
case 'startpage':
|
||||||
|
$url = 'https://www.startpage.com/';
|
||||||
|
$var = 'q';
|
||||||
}
|
}
|
||||||
$output .= '<div class="searchform">';
|
$output .= '<div class="searchform">';
|
||||||
$output .= Form::open(['url' => $url, 'method' => 'get']);
|
$output .= Form::open(['url' => $url, 'method' => 'get']);
|
||||||
|
|
Loading…
Reference in a new issue