* @author Clarence Lee * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ header('X-UA-Compatible: IE=edge,chrome=1'); $hasSidebar = page_findnearest($conf['sidebar']); $showSidebar = $hasSidebar && ($ACT=='show'); /** * MindTheDark theme settings ****************************************************** */ $configUserChoice = tpl_getConf('userChoice'); $configAutoDark = tpl_getConf('autoDark'); $theme = tpl_getConf('theme'); if ($configAutoDark) { $theme = "auto"; } if ($configUserChoice && isset($_COOKIE["theme"])) { $theme = $_COOKIE["theme"]; } // MindTheDark additional plugins $pluginNote = "0"; if (tpl_getConf('pluginNote')) { $pluginNote = "1"; } $pluginWrap = "0"; if (tpl_getConf('pluginWrap')) { $pluginWrap = "1"; } /** * ********************************************************************************* */ ?> <?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]


    getListItems(); ?>