mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Renamed prod/index.html
This commit is contained in:
@@ -104,7 +104,7 @@ class Root implements ControllerProviderInterface
|
|||||||
/* @var $twig \Twig_Environment */
|
/* @var $twig \Twig_Environment */
|
||||||
$twig = $app['Core']->getTwig();
|
$twig = $app['Core']->getTwig();
|
||||||
|
|
||||||
$out = $twig->render('prod/index.html', array(
|
$out = $twig->render('prod/index.html.twig', array(
|
||||||
'module_name' => 'Production',
|
'module_name' => 'Production',
|
||||||
'WorkZone' => new Helper\WorkZone($app['Core']),
|
'WorkZone' => new Helper\WorkZone($app['Core']),
|
||||||
'module_prod' => new Helper\Prod($app['Core']),
|
'module_prod' => new Helper\Prod($app['Core']),
|
||||||
|
Reference in New Issue
Block a user