106 lines
3.8 KiB
PHP
106 lines
3.8 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/domain_name_management.html.twig */
|
|
class __TwigTemplate_195582115b3f894a33853767e7e0809d7fd51ecfc13053af1f7d48f0deb979d4 extends \Twig\Template
|
|
{
|
|
public function __construct(Environment $env)
|
|
{
|
|
parent::__construct($env);
|
|
|
|
$this->parent = false;
|
|
|
|
$this->blocks = [
|
|
'domain_name_management' => [$this, 'block_domain_name_management'],
|
|
];
|
|
}
|
|
|
|
protected function doDisplay(array $context, array $blocks = [])
|
|
{
|
|
// line 25
|
|
echo "
|
|
";
|
|
// line 27
|
|
echo "
|
|
";
|
|
// line 28
|
|
$this->displayBlock('domain_name_management', $context, $blocks);
|
|
}
|
|
|
|
public function block_domain_name_management($context, array $blocks = [])
|
|
{
|
|
// line 29
|
|
echo " ";
|
|
if (($context["isHostMode"] ?? null)) {
|
|
// 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("Manage domain name", [], "Admin.Shopparameters.Feature"), "html", null, true);
|
|
echo "
|
|
</h3>
|
|
<div class=\"card-block row\">
|
|
<div class=\"card-text\">
|
|
<div class=\"row\">
|
|
<div class=\"col-sm\">
|
|
<div class=\"alert alert-info\" role=\"alert\">
|
|
<div class=\"alert-text\">
|
|
";
|
|
// line 40
|
|
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("You can search for a new domain name or add a domain name that you already own. You will be redirected to your PrestaShop account.", [], "Admin.Shopparameters.Help"), "html", null, true);
|
|
echo "
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class=\"card-footer\">
|
|
<div class=\"d-flex justify-content-end\">
|
|
<a target=\"_blank\" href=\"https://www.prestashop.com/cloud/\" class=\"btn btn-primary\">";
|
|
// line 50
|
|
echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Add a domain name", [], "Admin.Shopparameters.Feature"), "html", null, true);
|
|
echo "</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
";
|
|
}
|
|
}
|
|
|
|
public function getTemplateName()
|
|
{
|
|
return "@PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/domain_name_management.html.twig";
|
|
}
|
|
|
|
public function getDebugInfo()
|
|
{
|
|
return array ( 74 => 50, 61 => 40, 50 => 32, 46 => 30, 43 => 29, 37 => 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/domain_name_management.html.twig", "/home/admin/domains/masimmo.pl/public_html/src/PrestaShopBundle/Resources/views/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/domain_name_management.html.twig");
|
|
}
|
|
}
|