diff options
Diffstat (limited to 'roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php')
-rw-r--r-- | roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index bb9720b..0000000 --- a/roles/webmail/files/etc/roundcube/plugins/jqueryui/config.inc.php +++ /dev/null @@ -1,11 +0,0 @@ -<?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', -); - -?> |