parent = false; $this->blocks = [ 'shop_urls_configuration' => [$this, 'block_shop_urls_configuration'], ]; } protected function doDisplay(array $context, array $blocks = []) { // line 25 echo " "; // line 27 $this->env->getRuntime("Symfony\\Component\\Form\\FormRenderer")->setTheme(($context["shopUrlsForm"] ?? null), [0 => "PrestaShopBundle:Admin/TwigTemplateForm:prestashop_ui_kit.html.twig"], true); // line 28 echo " "; // line 29 $this->displayBlock('shop_urls_configuration', $context, $blocks); } public function block_shop_urls_configuration($context, array $blocks = []) { // line 30 echo " "; // line 31 $context["cardHeaderLabel"] = $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Set shop URL", [], "Admin.Shopparameters.Feature"); // line 32 echo " "; if ((($context["isShopFeatureActive"] ?? null) && !($context["isHostMode"] ?? null))) { // line 33 echo "

settings "; // line 35 echo twig_escape_filter($this->env, ($context["cardHeaderLabel"] ?? null), "html", null, true); echo "

"; // line 43 echo twig_escape_filter($this->env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("The multistore option is enabled. If you want to change the URL of your shop, you must go to the \"Multistore\" page under the \"Advanced Parameters\" menu.", [], "Admin.Shopparameters.Notification"), "html", null, true); echo "
"; } // line 52 echo " "; // line 53 if ((( !($context["isShopFeatureActive"] ?? null) && !($context["isHostMode"] ?? null)) && ($context["doesMainShopUrlExist"] ?? null))) { // line 54 echo "

settings "; // line 56 echo twig_escape_filter($this->env, ($context["cardHeaderLabel"] ?? null), "html", null, true); echo " env, $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Here you can set the URL for your shop. If you migrate your shop to a new URL, remember to change the values below.", [], "Admin.Shopparameters.Notification"), "html", null, true); echo "\" title=\"\" >

"; // line 71 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["shopUrlsForm"] ?? null), 'widget'); echo "
"; } } public function getTemplateName() { return "@!PrestaShop/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/shop_urls_configuration.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 119 => 77, 110 => 71, 100 => 64, 89 => 56, 85 => 54, 83 => 53, 80 => 52, 68 => 43, 57 => 35, 53 => 33, 50 => 32, 48 => 31, 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/shop_urls_configuration.html.twig", "/home/admin/domains/masimmo.pl/public_html/src/PrestaShopBundle/Resources/views/Admin/Configure/ShopParameters/TrafficSeo/Meta/Blocks/shop_urls_configuration.html.twig"); } }