aboutsummaryrefslogtreecommitdiff
path: root/mod/dokuwiki/vendors/dokuwiki/lib/tpl/default/conf/default.php
blob: 37a6110ec47e5d102a38d33db4f1a513f810fb55 (plain)
1
2
3
4
5
6
7
8
<?php
// sidebar configuration settings
$conf['enable'] = 1;               // 1 or true to enable sidebar functionality, 0 or false to disable it
$conf['page']   = 'sidebar';       // name of sidebar page
$conf['layout'] = 'inside';        // inside (between button bars) or outside (full height of dokuwiki)
$conf['orientation'] = 'left';     // left or right
$conf['showeditbtn'] = 1;          // show a sidebar edit button IF USER HAS EDIT PERMISSION FOR SIDEBAR
$conf['editbtntxt'] = 'edit sidebar';