'View_Twig' => array(
'include' => APPPATH.'vendor'.DS.'twig'.DS.'lib'.DS.'Twig'.DS.'Autoloader.php',
'auto_encode' => true,
'views_paths' => array(APPPATH.'views'),
'delimiters' => array(
'tag_block' => array('left' => '{%', 'right' => '%}'),
'tag_comment' => array('left' => '{#', 'right' => '#}'),
'tag_variable' => array('left' => '{{', 'right' => '}}'),
),
'environment' => array(
'debug' => false,
'charset' => 'utf-8',
'base_template_class' => 'Twig_Template',
'cache' => APPPATH.'cache'.DS.'twig'.DS,
'auto_reload' => true,
'strict_variables' => false,
'autoescape' => true,
'optimizations' => -1,
),
'extensions' => array(
'Twig_Fuel_Extension',
),
),
It looks like you're new here. If you want to get involved, click one of these buttons!