1<?php
2/*
3 * Loadskin plugin, default configuration settings
4 *
5 */
6
7$conf['automaticOutput']       = 0;
8$conf['excludeTemplates']      = '';
9$conf['mobileSwitch']          = 0;
10$conf['mobileTemplate']        = '';
11$conf['preferUserChoice']      = 1;
12$conf['inheritInTranslations'] = 1;
13$conf['allowInAdmin']          = 0;
14