commit | author | age | ||
48e9c1 | 1 | <?php |
T | 2 | |
3 | // if you want to load localization strings for specific sub-libraries of jquery-ui, configure them here | |
bcedf0 | 4 | $config['jquery_ui_i18n'] = array('datepicker'); |
48e9c1 | 5 | |
T | 6 | // map Roundcube skins with jquery-ui themes here |
bcedf0 | 7 | $config['jquery_ui_skin_map'] = array( |
48e9c1 | 8 | 'larry' => 'larry', |
9f1652 | 9 | 'default' => 'larry', |
48e9c1 | 10 | 'groupvice4' => 'redmond', |
T | 11 | ); |
12 | ||
13 | ?> |