summaryrefslogtreecommitdiff
path: root/settings/config.inc.php.dist
blob: 7c36a96c4789e17106496b3bcc7cd1a760b03cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php

/* settings plugin */

/* limit languages:
$config['limit_languages'] = array();
shows all available languages!

NOTICE: If you want to limit the choice of languages then
        uncomment the following settings.
        User's preferred language is always shown!
*/
$config['limit_languages'] = array("en_US", "de_DE", "fr_FR", "cs_CZ");

/* limit skins:
$config['limit_skins'] = array();
shows all available skins!

NOTICE: If you want to limit the choice of skins then
        uncomment the following setting.
        User's preferred skin is always shown!
*/
$config['limit_skins'] = array("classic", "larry");

?>