dokuwiki-plugin-userhomepage/conf/default.php

15 lines
421 B
PHP
Raw Normal View History

2014-08-30 13:23:38 +02:00
<?php
/*
* Userhomepage plugin, configuration defaults
* FIXED by Simon Delage <simon.geekitude@gmail.com> on 2014-08-30
*/
2014-08-30 17:45:12 +02:00
$conf['use_name_string'] = 0;
$conf['use_start_page'] = 1;
$conf['users_namespace'] = 'private';
2014-08-30 17:45:12 +02:00
$conf['set_permissions'] = 1;
2014-08-30 13:23:38 +02:00
$conf['set_permissions_others'] = '0';
2014-08-30 17:45:12 +02:00
$conf['group_by_name'] = 1;
$conf['templatepath'] = 'lib/plugins/userhomepage/_template.txt';
$conf['edit_before_create'] = 0;