Hello;
I made such an addition to the page_container template to expand the search field a little, but I couldn't quite get what I wanted. how can I do this?
Code:
Read more
Читать далее...
I made such an addition to the page_container template to expand the search field a little, but I couldn't quite get what I wanted. how can I do this?
Code:
Код:
<xf:if is="$xf.visitor.canSearch()">
<div class="nomobile">
<div class="" data-menu="menu" aria-hidden="true">
<form action="{{ link('search/search') }}" method="post"
class="menu-content-ana"
data-xf-init="quick-search">
<div class="menu-row-ana">
<xf:if is="$searchConstraints">...
Read more
Читать далее...