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

/* method: the method to send the notification */
$conf['method']       = 'subsection';
/* datasrc: where to pick the banner info from */
$conf['source']       = 'banner';
/* wikipage: for source=wikipage, the pagename of the banner page */
$conf['wikipage']     = 'wiki:noie';
/* better: which alternative browser we recommend */
$conf['better']  = 'firefox';
/* min_ie_version: the lowest accepted IE; high default because this is **No**IEWarning */
$conf['min_ie_version']  = '999';

