Viewing file: 6448d50853daca0fc64aa15e83fd9b12ea004714159f1571010e088f25070461.php (2.47 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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;
/* table/secondary_tabs.twig */ class __TwigTemplate_74b56c52ee098e82bfc3abc6a3c6bb1418981edc5ba764010b0a05fa4d8a5a4f extends \Twig\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 if (((($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 = ($context["cfg_relation"] ?? null)) && is_array($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) || $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 instanceof ArrayAccess ? ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4["relwork"] ?? null) : null) || ($context["is_foreign_key_supported"] ?? null))) { // line 2 echo " <ul id=\"topmenu2\"> "; // line 3 echo PhpMyAdmin\Util::getHtmlTab(["icon" => "b_props", "link" => "tbl_structure.php", "text" => _gettext("Table structure"), "id" => "table_strucuture_id"], // line 8 ($context["url_params"] ?? null)); echo " "; // line 9 echo PhpMyAdmin\Util::getHtmlTab(["icon" => "b_relations", "link" => "tbl_relation.php", "text" => _gettext("Relation view"), "id" => "table_relation_id"], // line 14 ($context["url_params"] ?? null)); echo " </ul> <div class=\"clearfloat\"></div> "; } }
public function getTemplateName() { return "table/secondary_tabs.twig"; }
public function isTraitable() { return false; }
public function getDebugInfo() { return array ( 48 => 14, 47 => 9, 43 => 8, 42 => 3, 39 => 2, 37 => 1,); }
public function getSourceContext() { return new Source("", "table/secondary_tabs.twig", "/usr/share/phpmyadmin/templates/table/secondary_tabs.twig"); } }
|