blob: 0d41392f14a9b55aad63c1162fa105ec83ca88c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?php
return array (
'posts_per_page' => 10,
'default_view' => 'all',
'display_posts' => 'no',
'sort_order' => 'low_to_high',
'old_entries' => 3,
'shortcuts' => array (
'mark_read' => 'r',
'mark_favorite' => 'f',
'go_website' => 'enter',
'next_entry' => 'page_down',
'prev_entry' => 'page_up',
'next_page' => 'right',
'prev_page' => 'left',
),
'mail_login' => '',
);
|