Current File : //var/www/prestashop/var/cache/prod/twig/e8/e8bbe2c525dcb0fbe2ed2e867bbd482c.php |
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
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/base.html.twig */
class __TwigTemplate_46dec9a0c0fbbeb7e8694d4402afe010 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 25
echo "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\" />
<title>";
// line 29
$this->displayBlock('title', $context, $blocks);
echo "</title>
";
// line 30
$this->displayBlock('stylesheets', $context, $blocks);
// line 31
echo " <link rel=\"icon\" type=\"image/x-icon\" href=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html", null, true);
echo "\" />
</head>
<body>
";
// line 34
$this->displayBlock('body', $context, $blocks);
// line 35
echo " ";
$this->displayBlock('javascripts', $context, $blocks);
// line 36
echo " </body>
</html>
";
}
// line 29
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
echo "Welcome!";
}
// line 30
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
}
// line 34
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
}
// line 35
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
}
public function getTemplateName()
{
return "@PrestaShop/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 90 => 35, 84 => 34, 78 => 30, 71 => 29, 65 => 36, 62 => 35, 60 => 34, 53 => 31, 51 => 30, 47 => 29, 41 => 25,);
}
public function getSourceContext()
{
return new Source("", "@PrestaShop/base.html.twig", "/var/www/prestashop/src/PrestaShopBundle/Resources/views/base.html.twig");
}
}