Configuration.array.php 467 B

1234567891011121314151617181920212223
  1. <?php
  2. return array (
  3. 'posts_per_page' => 20,
  4. 'default_view' => 'not_read',
  5. 'display_posts' => 'no',
  6. 'sort_order' => 'low_to_high',
  7. 'old_entries' => 3,
  8. 'mail_login' => '',
  9. 'shortcuts' => array (
  10. 'mark_read' => 'r',
  11. 'mark_favorite' => 'f',
  12. 'go_website' => 'space',
  13. 'next_entry' => 'j',
  14. 'prev_entry' => 'k',
  15. 'next_page' => 'right',
  16. 'prev_page' => 'left',
  17. ),
  18. 'mark_when' => array (
  19. 'article' => 'yes',
  20. 'site' => 'yes',
  21. 'page' => 'no',
  22. ),
  23. );