summaryrefslogtreecommitdiff
path: root/public/data/Configuration.array.php
blob: ca5af0a012413259f148a185d1368a3ace33edaf (plain)
1
2
3
4
5
6
7
8
9
<?php
return array (
	'posts_per_page' => 10,
	'default_view' => 'all',
	'display_posts' => 'no',
	'sort_order' => 'low_to_high',
	'old_entries' => 3,
	'mail_login' => '',
);