diff --git a/lib/Alchemy/Phrasea/Core/Provider/TwigServiceProvider.php b/lib/Alchemy/Phrasea/Core/Provider/TwigServiceProvider.php index 42231d3ebb..8b896b8075 100644 --- a/lib/Alchemy/Phrasea/Core/Provider/TwigServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/Provider/TwigServiceProvider.php @@ -40,13 +40,13 @@ class TwigServiceProvider implements ServiceProviderInterface } if ($app['browser']->isTablet() || $app['browser']->isMobile()) { - $paths[] = $app['root.path'] . '/config/templates/mobile'; +// $paths[] = $app['root.path'] . '/config/templates/mobile'; $paths[] = $app['root.path'] . '/templates/mobile'; $paths['phraseanet'] = $app['root.path'] . '/config/templates/mobile'; $paths['phraseanet'] = $app['root.path'] . '/templates/mobile'; } - $paths[] = $app['root.path'] . '/config/templates/web'; +// $paths[] = $app['root.path'] . '/config/templates/web'; $paths[] = $app['root.path'] . '/templates/web'; $paths['phraseanet'] = $app['root.path'] . '/config/templates/web'; $paths['phraseanet'] = $app['root.path'] . '/templates/web'; diff --git a/lib/Alchemy/Phrasea/Setup/Requirements/FilesystemRequirements.php b/lib/Alchemy/Phrasea/Setup/Requirements/FilesystemRequirements.php index 97cce90a98..d93412b286 100644 --- a/lib/Alchemy/Phrasea/Setup/Requirements/FilesystemRequirements.php +++ b/lib/Alchemy/Phrasea/Setup/Requirements/FilesystemRequirements.php @@ -26,8 +26,6 @@ class FilesystemRequirements extends RequirementCollection implements Requiremen $baseDir . '/config/stamp', $baseDir . '/config/status', $baseDir . '/config/minilogos', - $baseDir . '/config/templates', - $baseDir . '/config/topics', $baseDir . '/config/wm', $baseDir . '/logs', $baseDir . '/tmp',