default.06.php 885 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Default configuration for noiewarning plugin
  4. *
  5. * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
  6. * @author: Luis Machuca <luis.machuca@gulix.cl>
  7. */
  8. /* method: the method to send the notification */
  9. $conf['method'] = 'subsection';
  10. /* datasrc: where to pick the data from */
  11. $conf['source'] = 'banner';
  12. /* wikipage: for source=wikipage, the pagename of the banner page */
  13. $conf['wikipage'] = 'wiki:noie';
  14. /* banner: bare default */
  15. $conf['banner'] = 'You are using a defective browser: //Internet Explorer//. Don\'t complain if you have troubles seeing this page; instead, get a better browser such as [[http://www.getfirefox.com|Firefox]]!';
  16. /* min_ie_version: the minimal version of IE for which warning won't be shown,
  17. by default is *very* high because, well, it is No Internet Explorer!
  18. */
  19. $conf['min_ie_version'] = '999';