1<?php 2/** 3 * Default configuration file for the DokuWiki SidebarNG plugin 4 */ 5$conf['pos'] = 'left'; 6$conf['pagename'] = 'sidebar'; 7$conf['group_ns'] = 'group'; 8$conf['user_ns'] = 'user'; 9$conf['content'] = 'main'; // defines the content of the sidebar 10$conf['order'] = 'main,namespace,user,group'; // defines the order of the left sidebar content 11$conf['main_always'] = 1; 12// vim:ts=4:sw=4:et:enc=utf-8: 13