summaryrefslogtreecommitdiff
path: root/settings/config.inc.php.dist
diff options
context:
space:
mode:
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