<?php
/**
 * Default configuration for gil plugin
 *
 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author:     Luis Machuca Bezzaza
 */

/* gil_source controls the default source currency for conversion */
$conf['gil_source']      = 'USD';
/* gil_targets controls the target currencies for the tooltip */
$conf['gil_targets']     = 'EUR';
/* gil_showsource controls display of the source currency*/
$conf['gil_showsource']  = false;

