summaryrefslogtreecommitdiff
path: root/webmail/plugins/jqueryui/config.inc.php.dist
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/plugins/jqueryui/config.inc.php.dist
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'webmail/plugins/jqueryui/config.inc.php.dist')
-rw-r--r--webmail/plugins/jqueryui/config.inc.php.dist13
1 files changed, 13 insertions, 0 deletions
diff --git a/webmail/plugins/jqueryui/config.inc.php.dist b/webmail/plugins/jqueryui/config.inc.php.dist
new file mode 100644
index 0000000..a3c3f75
--- /dev/null
+++ b/webmail/plugins/jqueryui/config.inc.php.dist
@@ -0,0 +1,13 @@
+<?php
+
+// if you want to load localization strings for specific sub-libraries of jquery-ui, configure them here
+$rcmail_config['jquery_ui_i18n'] = array('datepicker');
+
+// map Roundcube skins with jquery-ui themes here
+$rcmail_config['jquery_ui_skin_map'] = array(
+ 'larry' => 'larry',
+ 'default' => 'larry',
+ 'groupvice4' => 'redmond',
+);
+
+?>