parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 if ((($context["initial_sliders_state"] ?? null) == "disabled")) { // line 2 echo " env, ($context["id"] ?? null), "html", null, true); echo "\""; } echo "> "; } else { // line 4 echo " "; // line 12 echo " env, ($context["id"] ?? null), "html", null, true); echo "\""; } // line 13 echo " "; if ((($context["initial_sliders_state"] ?? null) == "closed")) { // line 14 echo "style=\"display: none; overflow:auto;\""; } echo " class=\"pma_auto_slider\""; // line 15 if ((isset($context["message"]) || array_key_exists("message", $context))) { echo " title=\""; echo twig_escape_filter($this->env, ($context["message"] ?? null), "html", null, true); echo "\""; } echo "> "; } } public function getTemplateName() { return "div_for_slider_effect.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 47 => 15, 43 => 14, 40 => 13, 33 => 12, 31 => 4, 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("", "div_for_slider_effect.twig", "/var/www/html/phpMyAdmin/templates/div_for_slider_effect.twig"); } }