12 lines
245 B
PHP
12 lines
245 B
PHP
<?php
|
|
/*
|
|
* Default configuration settings
|
|
*
|
|
* @author beemoon <contact@beemoon.fr>
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*/
|
|
|
|
$conf['enableAccordion'] = 1;
|
|
$conf['topSidebar'] = '';
|
|
$conf['bottomSidebar'] = '';
|