* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && !empty($_SERVER['REMOTE_USER']) ); $theme = ''; if(tpl_getConf('theme')!='Default') { $theme = ' theme-'.strtolower(tpl_getConf('theme')); } $toc = tpl_getConf('inlineToc')?' itoc':''; $width = tpl_getConf('fullWidthSite')?' full-width':''; $tpl_retro_classes = tpl_classes().$toc.$width.$theme; ?>