diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /webmail/plugins/jqueryui/config.inc.php.dist | |
Diffstat (limited to 'webmail/plugins/jqueryui/config.inc.php.dist')
| -rw-r--r-- | webmail/plugins/jqueryui/config.inc.php.dist | 13 |
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', +); + +?> |
