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

Suchfokus wird jetzt beibehalten

parent ec60e072
Branches
No related tags found
2 merge requests!1262WIP: Resolve "Spendenseite Texte anpassen",!1257Resolve "Suchfokus beibehalten bei neuer Suche"
......@@ -198,7 +198,8 @@ class MetaGer
->with('metager', $this)
->with('browser', (new Agent())->browser())
->with('quicktips', $quicktipResults)
->with('resultcount', count($this->results));
->with('resultcount', count($this->results))
->with('focus', $this->fokus);
break;
}
}
......
......@@ -49,6 +49,9 @@
<input type="hidden" name={{ $fp }} value="on">
@endforeach
@endif
@if (isset($focus) && !empty($focus))
<input type="hidden" name="focus" value={{ $focus }}>
@endif
@if (isset($theme))
<input type="hidden" name="theme" value={{ $theme }}>
@endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment