1<?php 2/** 3 * Options for the for the bookcreator Plugin 4 * 5 * @author Luigi Micco <l.micco@tiscali.it> 6 */ 7 8$conf['toolbar'] = 'noempty'; 9 10$conf['book_page'] = 'wiki:ebook'; 11$conf['help_page'] = 'wiki:ebook_help'; 12$conf['save_namespace'] = 'wiki:ebook'; 13 14$conf['skip_ids'] = 'sidebar,user,group,playground,wiki:syntax,wiki:ebook'; 15 16 17//Setup VIM: ex: et ts=2 enc=utf-8 :