PATH:
home
/
letacommog
/
letaweb
/
admin
/
runtime
/
twig_cache
/
24
<?php /* testmodule.php */ class __TwigTemplate_002cb85eae5e0dbacc23f7adc228288ae15eb1a400d772dd498b36f511446c23 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo " <div>Hello "; echo twig_escape_filter($this->env, (isset($context["name"]) ? $context["name"] : null), "html", null, true); echo " </div>"; } public function getTemplateName() { return "testmodule.php"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 19 => 1,); } } /* <div>Hello {{ name }} </div>*/
[+]
..
[-] 24eb3eb6d52500a23daa745129b36b109d92fe4892b562d4f81dddaf0670be4f.php
[edit]