/home/csiway/tmp/pma_template_compiles_csiway/twig/b7/b7c8376c0aa4c1e41c7d38275ae7a5172f546da288c847d6c07a5a691578766a.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?php

/* div_for_slider_effect.twig */
class __TwigTemplate_989d7c5484f439e82384de857a0c5cfc037d9674fb3611894bb3d95b3fb281e4 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
        
if ((($context["initial_sliders_state"] ?? null) == "disabled")) {
            
// line 2
            
echo "    <div";
            if ((isset(
$context["id"]) || array_key_exists("id"$context))) {
                echo 
" id=\"";
                echo 
twig_escape_filter($this->env, ($context["id"] ?? null), "html"nulltrue);
                echo 
"\"";
            }
            echo 
">
"
;
        } else {
            
// line 4
            
echo "    ";
            
// line 12
            
echo "    <div";
            if ((isset(
$context["id"]) || array_key_exists("id"$context))) {
                echo 
" id=\"";
                echo 
twig_escape_filter($this->env, ($context["id"] ?? null), "html"nulltrue);
                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"nulltrue);
                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""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/div_for_slider_effect.twig");
    }
}