1
0
Fork 0
dokuwiki-templates-extra/templates/55/minimal/conf/default.php
Daniel Baumann abaf5b98ff
Adding minimal version 20250330 (53db2f4).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-04-13 13:24:55 +02:00

14 lines
No EOL
280 B
PHP

<?php
/*
* default configuration settings
*
*/
$conf['fullWidthSite'] = 1;
$conf['showToc'] = 1;
$conf['stickyToc'] = 0;
$conf['siteHeaderPosition'] = 'Top';
$conf['siteFooterPosition'] = 'Bottom';
$conf['showPageInfo'] = 1;
$conf['theme'] = 'Default';
$conf['hideTools'] = 0;