This commit is contained in:
Kevin Adametz 2021-02-10 11:06:15 +01:00
parent 50d7004652
commit bb9f64d8c8
5 changed files with 584 additions and 398 deletions

View file

@ -1,9 +1,9 @@
{% form_theme search_form 'default/form/theme.html.twig' %}
<div class="widget clearfix">
<div class="widget-title">
<a class="collapse-widget collapsed {{ app.session.get('_open_side_about') }}" href="#search-widget" data-toggle="collapse">Suche</a>
<a class="collapse-widget collapsed {{ app.session.get('_open_side_search') }}" href="#search-widget" data-toggle="collapse">Suche</a>
</div><!-- end title -->
<div class="searchwidget collapse {{ app.session.get('_open_side_about') }}" id="search-widget">
<div class="searchwidget collapse {{ app.session.get('_open_side_search') }}" id="search-widget">
<form action="/suche" method="get" class="searchform row st-search-form">
<div class="form-group col-md-12">
{{ form_field_pho(search_form.c, 'Reiseziel') }}