0x1998 - MANAGER
Edit File: 2cdd55cc99a1f22c54c8df5d6b46640010f37c3b32f3de3525f2a3235da06f46.php
<?php /* database/structure/browse_table_label.twig */ class __TwigTemplate_17e4498c1bbcfc50472bc5f2182f44139933fa8fc14ce4889d0d53c948fab4e4 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<a href=\"sql.php"; echo (isset($context["tbl_url_query"]) ? $context["tbl_url_query"] : null); echo "&pos=0\" title=\""; echo twig_escape_filter($this->env, (isset($context["title"]) ? $context["title"] : null), "html", null, true); echo "\"> "; // line 2 echo twig_escape_filter($this->env, (isset($context["truename"]) ? $context["truename"] : null), "html", null, true); echo " </a> "; } public function getTemplateName() { return "database/structure/browse_table_label.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 26 => 2, 19 => 1,); } /** @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 Twig_Source("", "database/structure/browse_table_label.twig", "/home/itseasv/www/itseasy/admindb/templates/database/structure/browse_table_label.twig"); } }