<?php
/**
 * Default settings for the culumus plugin
 *
 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
 * @author  Håkan Sandell <sandell.hakan@gmail.com>
 */

$conf['max']       = 30;
$conf['width']     = 500;
$conf['height']    = 375;
$conf['tcolor']    = 'ffffff';
$conf['tcolor2']   = 'ffffff';
$conf['hicolor']   = 'ffffff';
$conf['bgcolor']   = '000000';
$conf['trans']     = false;
$conf['distr']     = true;
$conf['speed']     = 100;
$conf['showtags']  = false;
