/
home
/
sharedstore
/
.trash
/
prod
/
twig
/
88
/
/home/sharedstore/.trash/prod/twig/88
mkdir
upload
Name
Size
Mode
Actions
8823d6f95e8451a4b9376d09161026bc.php
2987
0644
edit
dl
rm
Edit:
/home/sharedstore/.trash/prod/twig/88/8823d6f95e8451a4b9376d09161026bc.php
(2987B)
<?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_0600aaa2f91fac45db8a41d8564732dd 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", "/home/sharedstore/public_html/prestashop.sharedstore.ma/src/PrestaShopBundle/Resources/views/base.html.twig"); } }
Save
cmd:
run