Search form enhancement 1

This commit is contained in:
2026-02-09 09:43:37 +01:00
parent 2c7137f605
commit 1eb50d8969
5 changed files with 351 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ if (!defined('DOKU_INC')) die();
<!-- SITE TOOLS -->
<div id="dokuwiki__sitetools">
<h3 class="a11y"><?php echo $lang['site_tools']; ?></h3>
<?php tpl_searchform(); ?>
<?php tpl_searchform(true, false); ?>
<div class="mobileTools">
<?php echo (new \dokuwiki\Menu\MobileMenu())->getDropdown($lang['tools']); ?>
</div>