parent = false;
$this->blocks = [
'multistore_header' => [$this, 'block_multistore_header'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
// line 25
$this->displayBlock('multistore_header', $context, $blocks);
}
public function block_multistore_header($context, array $blocks = [])
{
// line 26
echo " ";
if ((($context["isMultistoreUsed"] ?? null) && !(null === $this->getAttribute(($context["app"] ?? null), "request", [])))) {
// line 27
echo "
";
}
}
public function getTemplateName()
{
return "@PrestaShop/Admin/Multistore/header.html.twig";
}
public function getDebugInfo()
{
return array ( 340 => 139, 332 => 133, 325 => 132, 318 => 130, 310 => 128, 302 => 126, 300 => 125, 297 => 124, 285 => 123, 272 => 121, 265 => 119, 261 => 117, 257 => 116, 249 => 113, 236 => 111, 229 => 109, 226 => 108, 221 => 107, 214 => 103, 209 => 102, 205 => 100, 201 => 98, 199 => 97, 194 => 94, 186 => 91, 182 => 89, 180 => 88, 174 => 84, 166 => 81, 163 => 80, 161 => 79, 145 => 70, 141 => 68, 126 => 60, 117 => 58, 107 => 55, 98 => 48, 85 => 42, 74 => 38, 65 => 31, 63 => 30, 54 => 28, 40 => 27, 37 => 26, 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/Multistore/header.html.twig", "/home/admin/domains/masimmo.pl/public_html/src/PrestaShopBundle/Resources/views/Admin/Multistore/header.html.twig");
}
}