mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Renamed prod/index.html
This commit is contained in:
@@ -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']),
|
||||
|
Reference in New Issue
Block a user