From 6156bc0cbb90ce148349e85f02e13ad53710132f Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 11 Jan 2012 10:43:55 +0100 Subject: [PATCH] Renamed prod/index.html --- lib/Alchemy/Phrasea/Controller/Prod/Root.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Root.php b/lib/Alchemy/Phrasea/Controller/Prod/Root.php index f6cd1d5fe9..ab1f236e02 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Root.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Root.php @@ -104,7 +104,7 @@ class Root implements ControllerProviderInterface /* @var $twig \Twig_Environment */ $twig = $app['Core']->getTwig(); - $out = $twig->render('prod/index.html', array( + $out = $twig->render('prod/index.html.twig', array( 'module_name' => 'Production', 'WorkZone' => new Helper\WorkZone($app['Core']), 'module_prod' => new Helper\Prod($app['Core']),