blob: a4adcd9fbefdc33d59ede84d93cfe3152e37bd25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
return array(
'SiteTitle' => 'MyBlog',
'SiteSubtitle' => 'A Prado-driven weblog',
'SiteOwner' => 'Prado User',
'AdminEmail' => 'admin@example.com',
'MultipleUser' => false,
'AccountApproval' => false,
'PostPerPage' => 6,
'RecentComments' => 6,
'PostApproval' => false,
'ThemeName' => 'Winter'
);
|