made search toggle translatable

This commit is contained in:
Andreas Gohr 2017-02-22 14:17:33 +01:00
commit 47bbf7c766
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?php
if (!defined('DOKU_INC')) die();
if(!defined('DOKU_INC')) die();
echo '<h6 class="sr-only" role="heading" aria-level="2">'.tpl_getLang('head_quick_search').'</h6>'; ?>
<p class="toggleSearch"><a href="#qsearch__out"><span class="prefix">Zur Suche springen</span></a></p>
<?php tpl_searchform(true, false); ?>
echo '<h6 class="sr-only" role="heading" aria-level="2">' . tpl_getLang('head_quick_search') . '</h6>';
echo '<p class="toggleSearch"><a href="#qsearch__out"><span class="prefix">' . tpl_getLang('a11y_search') . '</span></a></p>';
tpl_searchform(true, false);