Add theme_config array to template
This commit is contained in:
parent
e50cc1404b
commit
f1048d2366
1 changed files with 9 additions and 0 deletions
|
@ -27,6 +27,15 @@
|
|||
* THEME
|
||||
*/
|
||||
// $config['theme'] = 'default'; // Set the theme (defaults to "default")
|
||||
// $config['theme_config'] = array(
|
||||
// 'about_us' => '',
|
||||
// 'social_media' => array(
|
||||
// 'github' => '',
|
||||
// 'facebook' => '',
|
||||
// 'twitter' => ''
|
||||
// ),
|
||||
// 'copyright' => ''
|
||||
// );
|
||||
// $config['twig_config'] = array( // Twig settings
|
||||
// 'cache' => false, // To enable Twig caching change this to a path to a writable directory
|
||||
// 'autoescape' => false, // Auto-escape Twig vars
|
||||
|
|
Loading…
Reference in a new issue