Skip to content
Snippets Groups Projects
Commit fb745086 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update StartpageController.php

parent 848f911a
No related branches found
No related tags found
1 merge request!739Development
...@@ -49,7 +49,7 @@ class StartpageController extends Controller ...@@ -49,7 +49,7 @@ class StartpageController extends Controller
->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', '1000'))
->with('sprueche', $request->input('param_sprueche', 'off')) ->with('sprueche', $request->input('param_sprueche', 'off'))
->with('tab', $request->input('param_newtab', 'on')) ->with('newtab', $request->input('param_newtab', 'on'))
->with('focusPages', $focusPages) ->with('focusPages', $focusPages)
->with('browser', $browser) ->with('browser', $browser)
->with('navbarFocus', 'suche') ->with('navbarFocus', 'suche')
......
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