/
home
/
obinna
/
html
/
amply
/
var
/
cache
/
prod
/
twig
/
ca
/
Upload File
HOME
<?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; /* Stock/googleda794cd9937527d01.html */ class __TwigTemplate_e6f7809030e84c822f28997dcca7081a277ddfee35d60a76687ed1382105699f extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "/var/www/html/amply/templates/Stock"; } public function getTemplateName() { return "Stock/googleda794cd9937527d01.html"; } public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "Stock/googleda794cd9937527d01.html", "/var/www/html/amply/templates/Stock/googleda794cd9937527d01.html"); } }