Update config.php.template

This commit is contained in:
theshka 2015-04-30 12:13:06 -04:00
parent 4311625ea2
commit 1cfefb0337

View File

@ -25,9 +25,9 @@
*/ */
// $config['theme'] = 'default'; // Set the theme (defaults to "default") // $config['theme'] = 'default'; // Set the theme (defaults to "default")
// $config['twig_config'] = array( // Twig settings // $config['twig_config'] = array( // Twig settings
// 'cache' => false, // To enable Twig caching change this to CACHE_DIR // 'cache' => false, // To enable Twig caching change this to CACHE_DIR
// 'autoescape' => false, // Autoescape Twig vars // 'autoescape' => false, // Autoescape Twig vars
// 'debug' => false // Enable Twig debug // 'debug' => false // Enable Twig debug
// ); // );
/* /*