Add theme_config array to Pico::loadConfig()

This commit is contained in:
theshka 2015-11-29 15:29:43 -06:00
parent f1048d2366
commit 2465906151

View file

@ -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',