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,103 @@
<?php
/* @PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/meta_showcase_card.html.twig */
class __TwigTemplate_1f99d4e1de6503e1baa4a1774c87ff446c4c1b034921b6e592789b60ca7c4cf2 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
'meta_showcase_card' => array($this, 'block_meta_showcase_card'),
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 25
echo "
";
// line 27
echo "
";
// line 28
$this->displayBlock('meta_showcase_card', $context, $blocks);
}
public function block_meta_showcase_card($context, array $blocks = array())
{
// line 29
echo " ";
if ( !($context["showcaseCardIsClosed"] ?? null)) {
// line 30
echo " <div id=\"seo-urls-showcase-card\" class=\"showcase-card card\">
<div class=\"showcase-card__left shape-one helper-card__meta-background\">
<img src=\"";
// line 32
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\AssetExtension')->getAssetUrl("themes/new-theme/scss/img/helper-card/seo@3x.png"), "html", null, true);
echo "\" class=\"img-fluid\">
</div>
<div class=\"showcase-card__right\">
<h2>";
// line 35
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Improve your SEO", array(), "Admin.Shopparameters.Feature"), "html", null, true);
echo "</h2>
<p>";
// line 36
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Edit information about your pages to gain visibility and therefore reach more visitors. We advise you to start with the index page, it stands for your homepage.", array(), "Admin.Shopparameters.Feature"), "html", null, true);
echo "</p>
<a class=\"btn btn-outline-secondary\" href=\"";
// line 37
echo twig_escape_filter($this->env, ($context["helperDocLink"] ?? null), "html", null, true);
echo "\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Learn more", array(), "Admin.Actions"), "html", null, true);
echo "</a>
";
// line 38
if ((($context["indexPageId"] ?? null) && ($context["isGridDisplayed"] ?? null))) {
// line 39
echo " <a class=\"btn btn-primary\" href=\"";
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_metas_edit", array("metaId" => ($context["indexPageId"] ?? null))), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Configure index page", array(), "Admin.Shopparameters.Feature"), "html", null, true);
echo "</a>
";
}
// line 41
echo " </div>
<i class=\"showcase-card__close material-icons js-remove-helper-block\" data-card-name=\"";
// line 42
echo twig_escape_filter($this->env, ($context["metaShowcaseCardName"] ?? null), "html", null, true);
echo "\" data-close-url=\"";
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\RoutingExtension')->getPath("admin_close_showcase_card");
echo "\">close</i>
</div>
";
}
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/meta_showcase_card.html.twig";
}
public function getDebugInfo()
{
return array ( 72 => 42, 69 => 41, 61 => 39, 59 => 38, 53 => 37, 49 => 36, 45 => 35, 39 => 32, 35 => 30, 32 => 29, 26 => 28, 23 => 27, 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/Configure/ShopParameters/TrafficSeo/Meta/Blocks/meta_showcase_card.html.twig", "/var/www/clients/client1/web14/web/src/PrestaShopBundle/Resources/views/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/meta_showcase_card.html.twig");
}
}