0x1998 - MANAGER
Edit File: d3e5821fb2e1f8d0fcbe30ad856b39d3be6c13db3ca1c2016e1542edac1f864f.php
<?php /* database/designer/canvas.twig */ class __TwigTemplate_b27f6f299710dfa7993cc58d28bc45ca127c4c18dfb8a22dabc629de6d438a3f 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 "<div id=\"osn_tab\"> <canvas class=\"designer\" id=\"canvas\" width=\"100\" height=\"100\"></canvas> </div> "; } public function getTemplateName() { return "database/designer/canvas.twig"; } public function getDebugInfo() { return array ( 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/designer/canvas.twig", "/home/itseasv/www/itseasy/admindb/templates/database/designer/canvas.twig"); } }