File: config.inc.php.dist

package info (click to toggle)
roundcube 1.6.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,888 kB
  • sloc: javascript: 195,591; php: 76,917; sql: 3,150; sh: 2,882; pascal: 1,079; makefile: 234; xml: 93; perl: 73; ansic: 48; python: 21
file content (10 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
<?php

// if you want to load localization strings for specific sub-libraries of jquery-ui, configure them here 
$config['jquery_ui_i18n'] = ['datepicker'];

// map Roundcube skins with jquery-ui themes here
$config['jquery_ui_skin_map'] = [
  'larry' => 'larry',
  'default' => 'elastic',
];