19 lines
513 B
PHP
19 lines
513 B
PHP
|
|
<!--[search/search-form]-->
|
||
|
|
|
||
|
|
<form class="searchform" action="/">
|
||
|
|
|
||
|
|
<button class="searchform__btn" type="submit">
|
||
|
|
|
||
|
|
<svg viewBox="0 0 24 24" class="align-baseline svg-icon">
|
||
|
|
|
||
|
|
<use xlink:href="/wp-content/themes/profile/assets/img/sprites-svg/dist/sprite.svg#lens"></use>
|
||
|
|
|
||
|
|
</svg>
|
||
|
|
|
||
|
|
</button>
|
||
|
|
|
||
|
|
<input name="s" type="search" placeholder="Поиск по сайту" value="<?= trim(strip_tags(get_query_var('s'))); ?>" />
|
||
|
|
|
||
|
|
</form>
|
||
|
|
|
||
|
|
<!--[/search/search-form]-->
|