*/ if (!defined('DOKU_INC')) die(); /* must be run from within DokuWiki */ @require_once(dirname(__FILE__).'/tpl_functions.php'); /* include hook for template functions */ $showTools = !tpl_getConf('hideTools') || ( tpl_getConf('hideTools') && $_SERVER['REMOTE_USER'] ); $showSidebar = (page_findnearest($conf['sidebar']) || $conf['sidebar'] == "automatic") && ($ACT=='show'); $sidebarCols = (int) tpl_getConf('sidebar_cols'); $sidebarPos = tpl_getConf('sidebar_pos'); if ($sidebarCols < 0 || $sidebarCols >= 12) { $sidebarCols = 3; } ?>