<?php
/**
 * Default configuration for countdown plugin.
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author  Ekkart Kleinod <ekkart [at] ekkart.de>
 * @author  Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
 */

$conf['include_date'] = 1;
$conf['use_today']    = 1;
$conf['with_hours']   = 1;
$conf['with_alldays'] = 0;
$conf['business_days'] = 0;
$conf['time_message'] = 0;
