Clears php warnings if not configured in php.ini or elsewhere.
This commit is contained in:
parent
d6df89ad2c
commit
01803759b6
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ $config['pages_order'] = 'asc'; // Order pages "asc" or "desc"
|
|||
$config['excerpt_length'] = 50; // The pages excerpt length (in words)
|
||||
$config['content_dir'] = 'content-sample/'; // Content directory.
|
||||
|
||||
// Specify timezone if required
|
||||
|
||||
date_default_timezone_set('UTC');
|
||||
|
||||
// To add a custom config setting:
|
||||
|
||||
$config['custom_setting'] = 'Hello'; // Can be accessed by {{ config.custom_setting }} in a theme
|
||||
|
|
Loading…
Add table
Reference in a new issue