* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ 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'); global $JSINFO; if (empty($JSINFO['template'])) { $JSINFO['template'] = array(); } $JSINFO['template']['sprintdoc'] = array('sidebar_toggle_elements' => tpl_getConf('sidebar_sections')); $showTools = true; $showSidebar = true; ?>