Mercurial > hg > rc2
comparison plugins/jqueryui/config.inc.php.dist @ 8:bf99236cc5cd default tip
try to recover from upgrade fail
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 07:07:34 -0500 |
parents | 4681f974d28b |
children |
comparison
equal
deleted
inserted
replaced
7:65fd7d441cf1 | 8:bf99236cc5cd |
---|---|
5 | 5 |
6 // map Roundcube skins with jquery-ui themes here | 6 // map Roundcube skins with jquery-ui themes here |
7 $config['jquery_ui_skin_map'] = array( | 7 $config['jquery_ui_skin_map'] = array( |
8 'larry' => 'larry', | 8 'larry' => 'larry', |
9 'default' => 'larry', | 9 'default' => 'larry', |
10 'groupvice4' => 'redmond', | |
11 ); | 10 ); |
12 | 11 |
13 ?> | 12 ?> |