var/cache/dev/twig/4b/4b8cef4c154681025a7f4c746f175034c9089d84d9c1e277dd4d755a30c46c61.php line 39

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @UVDeskSupportCenter/Knowledgebase/index.html.twig */
  14. class __TwigTemplate_feaf4f6d5d6dd82110c5af86737bb314f6b886ba8fa71f97f93f5e868e3c2aa0 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'body' => [$this'block_body'],
  24.             'footer' => [$this'block_footer'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "@UVDeskSupportCenter/Templates/layout.html.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@UVDeskSupportCenter/Knowledgebase/index.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@UVDeskSupportCenter/Knowledgebase/index.html.twig"));
  39.         $this->parent $this->loadTemplate("@UVDeskSupportCenter/Templates/layout.html.twig""@UVDeskSupportCenter/Knowledgebase/index.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     // line 3
  47.     public function block_body($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  54.         // line 4
  55.         echo "\t<style>
  56. \t\t.uv-kb-info {
  57. \t\t\tword-break: break-all;
  58. \t\t}
  59. \t</style>
  60. \t
  61. \t";
  62.         // line 10
  63.         $context["themeTemplate"] = (((isset($context["themeTemplate"]) || array_key_exists("themeTemplate"$context) ? $context["themeTemplate"] : (function () { throw new RuntimeError('Variable "themeTemplate" does not exist.'10$this->source); })())) ? ((isset($context["themeTemplate"]) || array_key_exists("themeTemplate"$context) ? $context["themeTemplate"] : (function () { throw new RuntimeError('Variable "themeTemplate" does not exist.'10$this->source); })())) : ("masonryView"));
  64.         // line 11
  65.         echo "\t";
  66.         $this->loadTemplate((("@UVDeskSupportCenter/Themes/" . (isset($context["themeTemplate"]) || array_key_exists("themeTemplate"$context) ? $context["themeTemplate"] : (function () { throw new RuntimeError('Variable "themeTemplate" does not exist.'11$this->source); })())) . ".html.twig"), "@UVDeskSupportCenter/Knowledgebase/index.html.twig"11)->display($context);
  67.         // line 12
  68.         echo "\t";
  69.         $this->displayParentBlock("body"$context$blocks);
  70.         echo "
  71. ";
  72.         
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  74.         
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  76.     }
  77.     // line 15
  78.     public function block_footer($context, array $blocks = [])
  79.     {
  80.         $macros $this->macros;
  81.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  82.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  83.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  84.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  85.         // line 16
  86.         echo "\t";
  87.         $this->displayParentBlock("footer"$context$blocks);
  88.         echo "
  89. ";
  90.         
  91.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  92.         
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  94.     }
  95.     public function getTemplateName()
  96.     {
  97.         return "@UVDeskSupportCenter/Knowledgebase/index.html.twig";
  98.     }
  99.     public function isTraitable()
  100.     {
  101.         return false;
  102.     }
  103.     public function getDebugInfo()
  104.     {
  105.         return array (  105 => 16,  95 => 15,  82 => 12,  79 => 11,  77 => 10,  69 => 4,  59 => 3,  36 => 1,);
  106.     }
  107.     public function getSourceContext()
  108.     {
  109.         return new Source("{% extends \"@UVDeskSupportCenter/Templates/layout.html.twig\" %}
  110. {% block body %}
  111. \t<style>
  112. \t\t.uv-kb-info {
  113. \t\t\tword-break: break-all;
  114. \t\t}
  115. \t</style>
  116. \t
  117. \t{% set themeTemplate = themeTemplate ? themeTemplate : 'masonryView' %}
  118. \t{% include \"@UVDeskSupportCenter/Themes/\" ~ themeTemplate ~ \".html.twig\" %}
  119. \t{{parent()}}
  120. {% endblock %}
  121. {% block footer %}
  122. \t{{ parent() }}
  123. {% endblock %}
  124. ""@UVDeskSupportCenter/Knowledgebase/index.html.twig""/var/www/uvdesk/vendor/uvdesk/support-center-bundle/Resources/views/Knowledgebase/index.html.twig");
  125.     }
  126. }