Configuration.array.php 180 B

123456789
  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. );