Add author split by starting letter.

TODO : some code refactoring
This commit is contained in:
Sébastien Lucas 2012-09-29 14:45:27 +02:00
parent 14b06905d5
commit 4d760489dd
3 changed files with 65 additions and 3 deletions

View file

@ -100,8 +100,14 @@
/*
* Max number of items per page
* -1 unlimited
*/
$config['cops_max_item_per_page'] = "-1";
/*
* split authors by first letter
* 1 : Yes
* 0 : No
*/
$config['cops_author_split_first_letter'] = "1";
?>