diff --git a/lib/Alchemy/Phrasea/Controller/Admin/PluginsController.php b/lib/Alchemy/Phrasea/Controller/Admin/PluginsController.php index 89db569c85..c750e9518f 100644 --- a/lib/Alchemy/Phrasea/Controller/Admin/PluginsController.php +++ b/lib/Alchemy/Phrasea/Controller/Admin/PluginsController.php @@ -9,7 +9,6 @@ */ namespace Alchemy\Phrasea\Controller\Admin; -use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Plugin\PluginMetadataInterface; use Alchemy\WebGalleryPlugin\Controller\BaseController; use Symfony\Component\HttpFoundation\Response; diff --git a/templates/web/admin/plugins/show.html.twig b/templates/web/admin/plugins/show.html.twig index 95dab3cf22..b921f1cfa1 100644 --- a/templates/web/admin/plugins/show.html.twig +++ b/templates/web/admin/plugins/show.html.twig @@ -1,60 +1 @@ - -{% extends app['request'].isXmlHttpRequest ? "admin/common/ajax_wrap.html.twig" : "admin/common/iframe_wrap.html.twig" %} - -{% block content %} -