1<?php 2/** 3 * Default settings for the culumus plugin 4 * 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * @author H�kan Sandell <sandell.hakan@gmail.com> 7 */ 8 9$conf['max'] = 30; 10$conf['width'] = 500; 11$conf['height'] = 375; 12$conf['tcolor'] = 'ffffff'; 13$conf['tcolor2'] = 'ffffff'; 14$conf['hicolor'] = 'ffffff'; 15$conf['bgcolor'] = '000000'; 16$conf['trans'] = false; 17$conf['distr'] = true; 18$conf['speed'] = 100; 19$conf['showtags'] = false; 20