dokuwiki-template-sprintdoc.../conf/default.php
Andreas Gohr da9591f0b6 added closedwiki option
This hides most of the wiki tools including the sidebar and search until
the user has logged in.
2023-07-10 13:57:09 +02:00

10 lines
192 B
PHP
Executable file

<?php
/*
* default configuration settings
*
*/
$conf['sidebar_sections'] = 'h1,h2,h3,h4,h5';
$conf['header_layout'] = 'header-default';
$conf['autocollapse'] = 1;
$conf['closedwiki'] = 0;