1<?php 2/** 3 * Options for the Indexmenu2 plugin 4 */ 5$conf['hide_headpage'] = 1; // print headpage next to namespace 6$conf['skip_index'] = "/^(wiki|discussion|playground)\$/i"; // regular expression to skip pages from the index 7$conf['empty_msg'] = "No index available for <b>{{ns}}</b> namespace"; // message when no index available 8 9$conf['replace_idx'] = 'no'; // replace built-in index 10$conf['replace_idx_depth'] = 1; // index tree depth 11$conf['replace_idx_theme'] = 'IndexMenu'; // index tree theme 12//$conf['expand'] = 0; // expand menu at the given namespace, useful for placing navigation menu at the sidebar 13 14 15//Setup VIM: ex: et ts=2 enc=utf-8 :