xref: /template/sprintdoc/tpl/main-sidebar-search.php (revision cb680b136400505015757b38d85acdfc34bf9c49)
1<?php
2    if (!defined('DOKU_INC')) die();
3
4    echo '<h6 class="sr-only" role="heading" aria-level="2">'.tpl_getLang('head_quick_search').'</h6>';
5
6    tpl_searchform();
7