From 24659061519148cede6b2b2ad03941e728614051 Mon Sep 17 00:00:00 2001 From: theshka Date: Sun, 29 Nov 2015 15:29:43 -0600 Subject: [PATCH] Add theme_config array to Pico::loadConfig() --- lib/Pico.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Pico.php b/lib/Pico.php index 7f4b1c3..f4aa7f4 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -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',