dokuwiki-plugin-childrenpages/conf/default.php
vv221 04af95e6f3 A link to the current page can be shown
This is configurable through the administration panel.
Default is to not include a link to the current page.
2020-04-28 13:26:30 +02:00

4 lines
119 B
PHP

<?php
$conf['children_list'] = array('animation', 'gameplay', 'dev', 'talk');
$conf['show_link_to_current_page'] = 0;