1<?php
2/**
3 * Default configuration for gil plugin
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author:     Luis Machuca Bezzaza
7 */
8
9/* gil_source controls the default source currency for conversion */
10$conf['gil_source']      = 'USD';
11/* gil_targets controls the target currencies for the tooltip */
12$conf['gil_targets']     = 'EUR';
13/* gil_showsource controls display of the source currency*/
14$conf['gil_showsource']  = false;
15
16