Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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. ?>