12 lines
208 B
PHP
12 lines
208 B
PHP
<?php
|
|
/*
|
|
* default configuration settings
|
|
*
|
|
*/
|
|
|
|
$conf['theme'] = 'light';
|
|
$conf['autoDark'] = 0;
|
|
$conf['userChoice'] = 0;
|
|
$conf['pluginNote'] = 0;
|
|
$conf['pluginWrap'] = 0;
|
|
|