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