On crée un template enfant

This commit is contained in:
2020-10-11 16:38:49 +02:00
parent ce5f440392
commit 540b34283b
3467 changed files with 3977 additions and 391300 deletions

View File

@@ -11,7 +11,7 @@ use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @PrestaShop/Admin/Helpers/bootstrap_popup.html.twig */
/* PrestaShopBundle:Admin/Helpers:bootstrap_popup.html.twig */
class __TwigTemplate_6c52a51b04e27db9e059d9d75fd9b20cb9c000a2201db5f38a94cf63a2346dd1 extends \Twig\Template
{
public function __construct(Environment $env)
@@ -204,7 +204,7 @@ $context["action"], "type", [], "any", true, true) && ($this->getAttribute($cont
public function getTemplateName()
{
return "@PrestaShop/Admin/Helpers/bootstrap_popup.html.twig";
return "PrestaShopBundle:Admin/Helpers:bootstrap_popup.html.twig";
}
public function isTraitable()
@@ -227,6 +227,6 @@ $context["action"], "type", [], "any", true, true) && ($this->getAttribute($cont
public function getSourceContext()
{
return new Source("", "@PrestaShop/Admin/Helpers/bootstrap_popup.html.twig", "/Volumes/Dev/Sources/Clients/taome/Nouveau_site/www/src/PrestaShopBundle/Resources/views/Admin/Helpers/bootstrap_popup.html.twig");
return new Source("", "PrestaShopBundle:Admin/Helpers:bootstrap_popup.html.twig", "/Volumes/Dev/Sources/Clients/taome/Nouveau_site/www/src/PrestaShopBundle/Resources/views/Admin/Helpers/bootstrap_popup.html.twig");
}
}