1<?php
2
3/**
4 * Default settings for the simplenavi plugin
5 */
6
7$conf['usetitle'] = 1;
8$conf['sort'] = 'ns_title';
9$conf['peek'] = 0;
10