dokuwiki-template-sprintdoc.../tpl/main-sidebar-search.php
2016-12-15 17:22:34 +01:00

6 lines
171 B
PHP

<?php
if (!defined('DOKU_INC')) die();
echo '<h6 class="sr-only" role="heading" aria-level="2">'.tpl_getLang('head_quick_search').'</h6>';
tpl_searchform();