Adding minimal version 20250330 (53db2f4).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9002d030ca
commit
abaf5b98ff
40 changed files with 2999 additions and 0 deletions
14
templates/55/minimal/conf/default.php
Normal file
14
templates/55/minimal/conf/default.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?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;
|
Loading…
Add table
Add a link
Reference in a new issue