structure
This commit is contained in:
parent
c58aab2fe3
commit
cf24d7da37
12 changed files with 235 additions and 41 deletions
19
tpl/nav-magicmatcher.php
Normal file
19
tpl/nav-magicmatcher.php
Normal 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 -->
|
Loading…
Add table
Add a link
Reference in a new issue