102 lines
3.5 KiB
PHP
102 lines
3.5 KiB
PHP
<?php
|
|
|
|
use Twig\Environment;
|
|
use Twig\Error\LoaderError;
|
|
use Twig\Error\RuntimeError;
|
|
use Twig\Markup;
|
|
use Twig\Sandbox\SecurityError;
|
|
use Twig\Sandbox\SecurityNotAllowedTagError;
|
|
use Twig\Sandbox\SecurityNotAllowedFilterError;
|
|
use Twig\Sandbox\SecurityNotAllowedFunctionError;
|
|
use Twig\Source;
|
|
use Twig\Template;
|
|
|
|
/* @PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/seo_options_configuration.html.twig */
|
|
class __TwigTemplate_f1cc357da2a576059adecbeeba4c4536063781ec8167b7869b03b6cd3285f8b9 extends \Twig\Template
|
|
{
|
|
public function __construct(Environment $env)
|
|
{
|
|
parent::__construct($env);
|
|
|
|
$this->parent = false;
|
|
|
|
$this->blocks = [
|
|
'seo_options_configuration' => [$this, 'block_seo_options_configuration'],
|
|
];
|
|
}
|
|
|
|
protected function doDisplay(array $context, array $blocks = [])
|
|
{
|
|
// line 25
|
|
echo "
|
|
";
|
|
// line 27
|
|
$this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme(($context["seoOptionsForm"] ?? null), [0 => "PrestaShopBundle:Admin/TwigTemplateForm:prestashop_ui_kit.html.twig"], true);
|
|
// line 28
|
|
echo "
|
|
";
|
|
// line 29
|
|
$this->displayBlock('seo_options_configuration', $context, $blocks);
|
|
}
|
|
|
|
public function block_seo_options_configuration($context, array $blocks = [])
|
|
{
|
|
// line 30
|
|
echo " <div class=\"card\">
|
|
<h3 class=\"card-header\">
|
|
<i class=\"material-icons\">settings</i> ";
|
|
// line 32
|
|
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("SEO options", [], "Admin.Shopparameters.Feature"), "html", null, true);
|
|
echo "
|
|
</h3>
|
|
<div class=\"card-block row\">
|
|
<div class=\"card-text\">
|
|
";
|
|
// line 36
|
|
echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["seoOptionsForm"] ?? null), 'widget');
|
|
echo "
|
|
</div>
|
|
</div>
|
|
<div class=\"card-footer\">
|
|
<div class=\"d-flex justify-content-end\">
|
|
<button class=\"btn btn-primary\" id=\"meta_settings_seo_options_form_save_button\">
|
|
";
|
|
// line 42
|
|
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Save", [], "Admin.Actions"), "html", null, true);
|
|
echo "
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
";
|
|
}
|
|
|
|
public function getTemplateName()
|
|
{
|
|
return "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/seo_options_configuration.html.twig";
|
|
}
|
|
|
|
public function isTraitable()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
public function getDebugInfo()
|
|
{
|
|
return array ( 65 => 42, 56 => 36, 49 => 32, 45 => 30, 39 => 29, 36 => 28, 34 => 27, 31 => 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 Source("", "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/seo_options_configuration.html.twig", "/home/admin/domains/masimmo.pl/public_html/src/PrestaShopBundle/Resources/views/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/seo_options_configuration.html.twig");
|
|
}
|
|
}
|