1<?php
2
3$conf['width'] = 'auto';
4$conf['border'] = '1px solid #000000';
5$conf['font-size'] = '1.1em';
6$conf['font-color'] = '#000000';
7$conf['title-color'] = '#009DFF';
8$conf['background'] = 'url("/images/background.png") no-repeat fixed 0 0 #EDECE9';
9$conf['content-background-color'] = '#FFFFFF';
10$conf['hide-entry-title'] = true;
11$conf['hide-login-block'] = false;
12$conf['content-block'] = true;
13$conf['footer-text'] = 'Powered by <a href="http://dokuwiki.org/">DokuWiki</a>';
14