diff options
Diffstat (limited to 'roles/webmail/files/etc')
-rw-r--r-- | roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php b/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php new file mode 100644 index 0000000..bb9720b --- /dev/null +++ b/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php @@ -0,0 +1,11 @@ +<?php + +// if you want to load localization strings for specific sub-libraries of jquery-ui, configure them here +$config['jquery_ui_i18n'] = array('datepicker'); + +// map Roundcube skins with jquery-ui themes here +$config['jquery_ui_skin_map'] = array( + 'default' => 'smoothness', +); + +?> |