index_test.init 182 B

1234567
  1. set_default('SPLIT', 'chapter');
  2. # if set and $SPLIT is set, then split index pages at the next letter
  3. # after they have more than that many entries
  4. set_default('SPLIT_INDEX', 6);