added support for the sitemapnavi plugin
When installed the navigation can be switched between the default sidebar based navigation and the site tree
This commit is contained in:
parent
44cab59726
commit
c1e0eaa830
8 changed files with 113 additions and 16 deletions
1
main.php
1
main.php
|
@ -9,6 +9,7 @@
|
|||
*/
|
||||
|
||||
use dokuwiki\template\sprintdoc\Template;
|
||||
Template::getInstance();
|
||||
|
||||
if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */
|
||||
header('X-UA-Compatible: IE=edge,chrome=1');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue