1<?php
2/**
3 * @brief      Default configuration for noiewarning plugin
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 * @author     Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
6 */
7
8/* method: the method to send the notification */
9$conf['method']       = 'subsection';
10/* datasrc: where to pick the banner info from */
11$conf['source']       = 'banner';
12/* wikipage: for source=wikipage, the pagename of the banner page */
13$conf['wikipage']     = 'wiki:noie';
14/* better: which alternative browser we recommend */
15$conf['better']  = 'firefox';
16/* min_ie_version: the lowest accepted IE; high default because this is **No**IEWarning */
17$conf['min_ie_version']  = '999';
18
19