summaryrefslogtreecommitdiff
path: root/settings/config.inc.php.dist
diff options
context:
space:
mode:
authorHugues Hiegel <root@paranoid>2015-03-11 16:55:04 +0100
committerHugues Hiegel <root@paranoid>2015-03-11 16:55:04 +0100
commit99f904adcc37d93c90defcd8ce898598e25be212 (patch)
tree60a6c7b7b9cf012d6c0e8dcf5c7f4fe0a5b6fc49 /settings/config.inc.php.dist
parentb2034fdfec040a67988e543a911208ef2491ce7a (diff)
Lot of pluginsHEADmaster
Diffstat (limited to 'settings/config.inc.php.dist')
-rw-r--r--settings/config.inc.php.dist25
1 files changed, 25 insertions, 0 deletions
diff --git a/settings/config.inc.php.dist b/settings/config.inc.php.dist
new file mode 100644
index 0000000..7c36a96
--- /dev/null
+++ b/settings/config.inc.php.dist
@@ -0,0 +1,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");
+
+?> \ No newline at end of file