Skip to content

Commit

Permalink
Dev Remove alias path
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 29, 2021
1 parent 174251a commit 793cb5e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions application/config/internal.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@
// yiiwheels configuration
'yiiwheels' => realpath(__DIR__.'/../extensions/yiiwheels'),
'vendor.twbs.bootstrap.dist',

// Twig aliases. We don't want to change the file ETwigViewRenderer, so we can update it without difficulties
// However, LimeSurvey directory tree is not a standard Yii Application tree.
// we use 'third_party' instead of 'vendor'
// This line just point vendor.Twig to third_party/Twig
// @see: ETwigViewRenderer::$twigPathAlias
'application.vendor.Twig' => 'third_party.Twig.twig.lib.Twig'
// 'CaptchaExtendedAction' => realpath(__DIR__ . '/../extensions/captchaExtended/CaptchaExtendedAction.php'),
// 'CaptchaExtendedValidator' => realpath(__DIR__ . '/../extensions/captchaExtended/CaptchaExtendedValidator.php')
),

'modules'=>array(
Expand Down

0 comments on commit 793cb5e

Please sign in to comment.