Current File : //tmp/twig/07/0722bc65fdabf20b8932e3f75fd9d813f5c9662d0d9993df11a0b4bd23f04eb6.php |
<?php
/* secondary_tabs.twig */
class __TwigTemplate_d0584efffbcaa3a8642ebdff9448e75ae359577a5dccad38457dfa3442f0cfd2 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 "<ul id=\"topmenu2\">";
// line 2
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["sub_tabs"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["tab"]) {
// line 3
echo PhpMyAdmin\Util::getHtmlTab($context["tab"], ($context["url_params"] ?? null));
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tab'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 5
echo "</ul>
<div class=\"clearfloat\"></div>
";
}
public function getTemplateName()
{
return "secondary_tabs.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 31 => 5, 25 => 3, 21 => 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("", "secondary_tabs.twig", "/var/www/pma/templates/secondary_tabs.twig");
}
}