1<?php 2 3/** 4 * Default settings for the structpublish plugin 5 * 6 * @author Anna Dabrowska <dokuwiki@cosmocode.de> 7 */ 8 9$conf['restrict_admin'] = 1; 10$conf['email_enable'] = 0; 11$conf['email_status'] = ''; 12$conf['compact_view'] = 0; 13