diff --git a/twig.php b/twig.php deleted file mode 100644 index d6d5676..0000000 --- a/twig.php +++ /dev/null @@ -1,16 +0,0 @@ - __DIR__.'/src/Plugin.php', - 'kirby\twig\twigcomponent' => __DIR__.'/src/TwigComponent.php', - 'kirby\twig\twigenv' => __DIR__.'/src/TwigEnv.php' -]); - -if (c::get('twig', false)) { - Kirby\Twig\Plugin::register(); -}