|
@@ -30,7 +30,7 @@ $config = array();
|
|
|
*/
|
|
|
// $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
|
|
|
+// 'cache' => false, // To enable Twig caching change this to a path to a writable directory
|
|
|
// 'autoescape' => false, // Autoescape Twig vars
|
|
|
// 'debug' => false // Enable Twig debug
|
|
|
// );
|