1<?php 2/** 3 * Options for the TwistieNav plugin 4 * 5 * @author Simon DELAGE <sdelage@gmail.com> 6 */ 7 8$conf['startPagesOnly'] = 1; 9$conf['exclusions'] = 'start,sidebar,@wiki'; 10$conf['twistieMap'] = 1; 11$conf['pageIdTrace'] = 1; 12$conf['pageIdExtraTwistie'] = 1; 13$conf['style'] = 'svg'; 14$conf['useheading'] = 1; 15