summaryrefslogtreecommitdiff
path: root/public/data/Configuration.array.php
blob: 57e1710c5edf03ca7ba37b3e1c69fd8261e6dc33 (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' => 'space',
		'next_entry' => 'page_down',
		'prev_entry' => 'page_up',
		'next_page' => 'right',
		'prev_page' => 'left',
	),
	'mail_login' => '',
);