1<?php
2/**
3 * Default configuration for countdown plugin.
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  Ekkart Kleinod <ekkart [at] ekkart.de>
7 * @author  Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
8 */
9
10$conf['include_date'] = 1;
11$conf['use_today']    = 1;
12$conf['with_hours']   = 1;
13$conf['with_alldays'] = 0;
14$conf['business_days'] = 0;
15$conf['time_message'] = 0;
16