1<?php 2/* 3 * default configuration settings 4 * 5 */ 6 7$conf['discussionPage'] = 'discussion:@ID@'; 8$conf['userPage'] = 'user:@USER@:'; 9$conf['hideTools'] = 0; 10//Custom styles to allow different site/sidebar widths per namespace 11//Syntax: "namespace site-width sidebar-width;namespace-2 site-width-2 sidebar-width-2" 12//(semicolons between namespaces sections, spaces within a section 13$conf['nsWidth'] = ''; 14