structure

This commit is contained in:
Jana Deutschländer 2016-11-22 17:24:51 +01:00
commit cf24d7da37
12 changed files with 235 additions and 41 deletions

19
tpl/nav-magicmatcher.php Normal file
View file

@ -0,0 +1,19 @@
<?php
if (!defined('DOKU_INC')) die();
?>
<div id="dokuwiki_magic-matcher" class="magic-matcher no-print">
<div class="container">
<?php
$mm = plugin_load('helper', 'magicmatcher_context');
if($mm){
echo "<h6 class=\"sr-only\" role=\"heading\" aria-level=\"2\">";
echo tpl_getLang('head_magic_matcher');
echo "</h6>";
$mm->tpl();
}
?>
</div><!-- .container -->
</div><!-- .magic-matcher -->