Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
<?php
/* @PrestaShop/Admin/Module/Includes/grid_manage_empty.html.twig */
class __TwigTemplate_7642f4971aa76f119f5c7fa34e14d8db42d97a37c86086057187120152765697 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
'catalog_category_empty' => array($this, 'block_catalog_category_empty'),
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 25
echo "
";
// line 26
$this->displayBlock('catalog_category_empty', $context, $blocks);
}
public function block_catalog_category_empty($context, array $blocks = array())
{
// line 27
echo " <div class=\"modules-list module-list-empty\" data-name=\"";
echo twig_escape_filter($this->env, $this->getAttribute(($context["category"] ?? null), "refMenu", array()), "html", null, true);
echo "\">
<p>
";
// line 29
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("You do not have module in « %categoryName% ».", array("%categoryName%" => $this->getAttribute(($context["category"] ?? null), "name", array())), "Admin.Modules.Feature"), "html", null, true);
echo "<br/>
";
// line 30
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Discover the best-selling modules of this category in the %link% page.", array("%link%" => (((("<a href=\"" . $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_module_catalog", array("filterCategoryRef" => $this->getAttribute(($context["category"] ?? null), "refMenu", array())))) . "\">") . $this->getAttribute(($context["category"] ?? null), "name", array())) . "</a>")), "Admin.Modules.Feature");
echo "
</p>
</div>
";
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Module/Includes/grid_manage_empty.html.twig";
}
public function getDebugInfo()
{
return array ( 39 => 30, 35 => 29, 29 => 27, 23 => 26, 20 => 25,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("", "@PrestaShop/Admin/Module/Includes/grid_manage_empty.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Module/Includes/grid_manage_empty.html.twig");
}
}