bludit/content/databases/site.php

23 lines
539 B
PHP
Raw Normal View History

2015-03-08 18:02:59 +01:00
<?php defined('BLUDIT') or die('Bludit CMS.'); ?>
{
"title": "Bludit CMS",
"slogan": "Another content management system",
"footer": "Copyright lala",
"language": "en",
"locale": "en_EN",
"timezone": "America\/Argentina\/Buenos_Aires",
"theme": "pure",
2015-03-27 02:00:01 +01:00
"adminTheme": "default",
2015-03-08 18:02:59 +01:00
"homepage": "index",
"metaTags": {
"title": "",
"description": ""
},
"urlFilters": {
2015-03-27 02:00:01 +01:00
"admin": "\/admin\/",
2015-03-08 18:02:59 +01:00
"post": "\/post\/",
"tag": "\/tag\/",
2015-03-14 15:45:30 +01:00
"page": "\/"
2015-03-08 18:02:59 +01:00
}
}