Skip to content
Snippets Groups Projects
Commit af72f065 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Maps sind jetzt standardmäßig ausgeschaltet

parent 9273909d
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -45,14 +45,13 @@ class StartpageController extends Controller ...@@ -45,14 +45,13 @@ class StartpageController extends Controller
->with('theme', $theme) ->with('theme', $theme)
->with('autocomplete', $request->input('param_autocomplete', 'on')) ->with('autocomplete', $request->input('param_autocomplete', 'on'))
->with('foki', $this->loadFoki()) ->with('foki', $this->loadFoki())
->with('focus', $request->input('focus', 'web')) ->with('focus', $request->input('focus', 'web'))
->with('lang', $request->input('param_lang', 'all')) ->with('lang', $request->input('param_lang', 'all'))
->with('resultCount', $request->input('param_resultCount', '20')) ->with('resultCount', $request->input('param_resultCount', '20'))
->with('time', $request->input('param_time', '1000')) ->with('time', $request->input('param_time', '1500'))
->with('sprueche', $request->input('param_sprueche', 'off')) ->with('sprueche', $request->input('param_sprueche', 'on'))
->with('newtab', $request->input('param_newtab', 'on')) ->with('newtab', $request->input('param_newtab', 'on'))
->with('maps', $maps = $request->input('param_maps', 'on')); ->with('maps', $maps = $request->input('param_maps', 'off'));
} }
public function loadPage($subpage) public function loadPage($subpage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment