Fix issue #21 - bug affichage lorsque non lus par défaut

This commit is contained in:
Marien Fressinaud
2012-12-04 22:41:45 +01:00
parent 0a0758995a
commit 75f8898dcd
3 changed files with 14 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<?php
return array (
'posts_per_page' => 50,
'default_view' => 'all',
'posts_per_page' => 20,
'default_view' => 'not_read',
'display_posts' => 'no',
'sort_order' => 'low_to_high',
'old_entries' => 3,