Add theme_config array to Pico::loadConfig()
This commit is contained in:
parent
f1048d2366
commit
2465906151
1 changed files with 2 additions and 0 deletions
|
@ -461,6 +461,8 @@ class Pico
|
|||
'base_url' => '',
|
||||
'rewrite_url' => null,
|
||||
'theme' => 'default',
|
||||
'theme_config' => array('about_us' => '','social_media' => array(
|
||||
'github' => '', 'facebook' => '', 'twitter' => ''),'copyright' => ''),
|
||||
'date_format' => '%D %T',
|
||||
'twig_config' => array('cache' => false, 'autoescape' => false, 'debug' => false),
|
||||
'pages_order_by' => 'alpha',
|
||||
|
|
Loading…
Add table
Reference in a new issue