From 1cfefb03374d6d110411a918e6706e8155ad60ad Mon Sep 17 00:00:00 2001 From: theshka Date: Thu, 30 Apr 2015 12:13:06 -0400 Subject: [PATCH] Update config.php.template --- config.php.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php.template b/config.php.template index 69c0ec0..f6d5cf2 100644 --- a/config.php.template +++ b/config.php.template @@ -25,9 +25,9 @@ */ // $config['theme'] = 'default'; // Set the theme (defaults to "default") // $config['twig_config'] = array( // Twig settings -// 'cache' => false, // To enable Twig caching change this to CACHE_DIR -// 'autoescape' => false, // Autoescape Twig vars -// 'debug' => false // Enable Twig debug +// 'cache' => false, // To enable Twig caching change this to CACHE_DIR +// 'autoescape' => false, // Autoescape Twig vars +// 'debug' => false // Enable Twig debug // ); /*