var/cache/dev_h964aaf7676cbd186c58c2ecce1205bb0/twig/0b/0b18e2ef98cc12956f9f870ea0423e09deba2f7da8e9f77615cacd63e61f1361.php line 41

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
  4. use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
  5. use Twig\Error\LoaderError;
  6. use Twig\Error\RuntimeError;
  7. use Twig\Extension\SandboxExtension;
  8. use Twig\Markup;
  9. use Twig\Sandbox\SecurityError;
  10. use Twig\Sandbox\SecurityNotAllowedTagError;
  11. use Twig\Sandbox\SecurityNotAllowedFilterError;
  12. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  13. use Twig\Source;
  14. use Twig\Template;
  15. /* @WebkulBookingReservation/storefront/layout/meta.html.twig */
  16. class __TwigTemplate_23e9c4850ace018ee4879173e3ca2d29 extends Template
  17. {
  18.     private $source;
  19.     private $macros = [];
  20.     public function __construct(Environment $env)
  21.     {
  22.         parent::__construct($env);
  23.         $this->source $this->getSourceContext();
  24.         $this->blocks = [
  25.             'layout_head_javascript_tracking' => [$this'block_layout_head_javascript_tracking'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 2
  32.         return "@Storefront/storefront/layout/meta.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@WebkulBookingReservation/storefront/layout/meta.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@WebkulBookingReservation/storefront/layout/meta.html.twig"));
  41.         $this->parent $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig""@WebkulBookingReservation/storefront/layout/meta.html.twig"2);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     public function block_layout_head_javascript_tracking($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_tracking"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout_head_javascript_tracking"));
  55.         // line 3
  56.         echo "    ";
  57.         $this->displayParentBlock("layout_head_javascript_tracking"$context$blocks);
  58.         echo "
  59.     <style>
  60.         .pagination li {
  61.             padding: 0 10px;
  62.             display: inline-block;
  63.         }
  64.         .pagination li.active a {
  65.             color: black;
  66.         }
  67.         .pagination li.disabled a {
  68.             color: grey;
  69.         }
  70.         .pagination li a:focus {
  71.             outline: none;
  72.         }
  73.     </style>
  74. ";
  75.         // line 20
  76.         $this->displayBlock('stylesheets'$context$blocks);
  77.         // line 32
  78.         echo "    
  79. ";
  80.         
  81.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  82.         
  83.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  84.     }
  85.     // line 20
  86.     public function block_stylesheets($context, array $blocks = [])
  87.     {
  88.         $macros $this->macros;
  89.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  90.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  92.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  93.         // line 21
  94.         echo "     <link href=\"";
  95.         echo sw_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/webkulbookingreservation/storefront/css/csspin-boxes.css"), "html"nulltrue);
  96.         echo "\" rel=\"stylesheet\">
  97.    
  98.     <link href=\"";
  99.         // line 23
  100.         echo sw_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/webkulbookingreservation/storefront/css/wk_booking_res.css"), "html"nulltrue);
  101.         echo "\" rel=\"stylesheet\">
  102.     <script src = \"https://code.jquery.com/jquery-1.10.2.js\"></script>
  103.     <script src=\"https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js\"></script>
  104.     <script src=\"https://unpkg.com/vuejs-paginate@latest\"></script>
  105.     <script src=\"https://unpkg.com/vue-router@2.0.0/dist/vue-router.js\"></script>
  106.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.0/axios.js\"></script>
  107.     <script src=\"https://unpkg.com/vuejs-datepicker\"></script>
  108.     <script src=\"https://unpkg.com/vuejs-datepicker@1.6.2/dist/locale/translations/de.js\"></script>
  109. ";
  110.         
  111.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  112.         
  113.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  114.     }
  115.     public function getTemplateName()
  116.     {
  117.         return "@WebkulBookingReservation/storefront/layout/meta.html.twig";
  118.     }
  119.     public function isTraitable()
  120.     {
  121.         return false;
  122.     }
  123.     public function getDebugInfo()
  124.     {
  125.         return array (  118 => 23,  112 => 21,  102 => 20,  91 => 32,  89 => 20,  68 => 3,  36 => 2,);
  126.     }
  127.     public function getSourceContext()
  128.     {
  129.         return new Source("{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  130. {% block layout_head_javascript_tracking %}
  131.     {{ parent() }}
  132.     <style>
  133.         .pagination li {
  134.             padding: 0 10px;
  135.             display: inline-block;
  136.         }
  137.         .pagination li.active a {
  138.             color: black;
  139.         }
  140.         .pagination li.disabled a {
  141.             color: grey;
  142.         }
  143.         .pagination li a:focus {
  144.             outline: none;
  145.         }
  146.     </style>
  147. {% block stylesheets %}
  148.      <link href=\"{{ asset('bundles/webkulbookingreservation/storefront/css/csspin-boxes.css') }}\" rel=\"stylesheet\">
  149.    
  150.     <link href=\"{{ asset('bundles/webkulbookingreservation/storefront/css/wk_booking_res.css') }}\" rel=\"stylesheet\">
  151.     <script src = \"https://code.jquery.com/jquery-1.10.2.js\"></script>
  152.     <script src=\"https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js\"></script>
  153.     <script src=\"https://unpkg.com/vuejs-paginate@latest\"></script>
  154.     <script src=\"https://unpkg.com/vue-router@2.0.0/dist/vue-router.js\"></script>
  155.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.0/axios.js\"></script>
  156.     <script src=\"https://unpkg.com/vuejs-datepicker\"></script>
  157.     <script src=\"https://unpkg.com/vuejs-datepicker@1.6.2/dist/locale/translations/de.js\"></script>
  158. {% endblock %}
  159.     
  160. {% endblock %}""@WebkulBookingReservation/storefront/layout/meta.html.twig""/var/www/vhosts/shop.bluebrix.de/httpdocs/custom/plugins/WebkulBookingReservation/src/Resources/views/storefront/layout/meta.html.twig");
  161.     }
  162. }