Skip to content

Commit

Permalink
Dev: change config to use LSETwigViewRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 15, 2016
1 parent a8f1aa9 commit 40dd0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/config/internal.php
Expand Up @@ -89,6 +89,7 @@
'bootstrap.widgets.*',
'bootstrap.behaviors.*',
'yiiwheels.widgets.select2.WhSelect2',
'third_party.Twig.*'

),
'preload' => array ('log'),
Expand Down Expand Up @@ -179,7 +180,7 @@
),

'twigRenderer' => array(
'class' => 'third_party.Twig.ETwigViewRenderer',
'class' => 'application.core.LSETwigViewRenderer',

// All parameters below are optional, change them to your needs
'fileExtension' => '.twig',
Expand Down

0 comments on commit 40dd0ed

Please sign in to comment.