You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.inc.php.dist 305B

123456789101112
  1. <?php
  2. // if you want to load localization strings for specific sub-libraries of jquery-ui, configure them here
  3. $config['jquery_ui_i18n'] = array('datepicker');
  4. // map Roundcube skins with jquery-ui themes here
  5. $config['jquery_ui_skin_map'] = array(
  6. 'larry' => 'larry',
  7. 'default' => 'larry',
  8. );
  9. ?>