// http://www.twig-project.org/book/03-Twig-for-Developers return array( //Edit these per app. 'template_dir' => 'e:/wamp/www/kohanaresources/application/views/', 'cache_dir' => 'e:/wamp/www/kohanaresources/application/cache/', //Set to false in production application 'auto_reload' => true, 'debug' => true, //Misc settings. Don't touch unless you know what your doing. 'trim_blocks' => false, 'charset' => 'utf8', 'base_template_class' => 'Twig_Template', 'strict_variables' => false, );