var/cache/dev/twig/82/82711b3edd88027f88e8c06729c9ef44aa07bdf2899fd2587eaa3164bb48d9cd.php line 51

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. /* @theme/common/site-footer.html.twig */
  14. class __TwigTemplate_df93532261d03001901698f1fb9ead29b318181a46f0e93888465dc0181fac98 extends \Twig\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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@theme/common/site-footer.html.twig"));
  31.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@theme/common/site-footer.html.twig"));
  33.         // line 1
  34.         echo "<!-- FOOTER -->
  35. <footer class=\"site-footer\">
  36.     <div class=\"container\">
  37.         <div class=\"row\">
  38.             <div class=\"col-12\">
  39.                 <div class=\"site-footer__nav mb-8\">
  40.                     ";
  41.         // line 7
  42.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MenuDefaultController::fetchMenuAction", ["identifier" => "Top""currentUrl" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'7$this->source); })()), "request", [], "any"falsefalsefalse7), "pathinfo", [], "any"falsefalsefalse7)]));
  43.         echo "
  44.                 </div>
  45.                 <p>&copy; Site Name ";
  46.         // line 9
  47.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  48.         echo " | <a href=\"http://www.thetlb.co.uk\"><img class=\"inline-block\" src=\"/images/layout/tlb-icon.png\" alt=\"Prototype Creative icon\" width=\"20\" height=\"20\" />Responsive Web Design</a> by TLB Studio Ltd.</p>
  49.             </div>
  50.         </div>
  51.     </div>
  52. </footer>
  53. ";
  54.         
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  56.         
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  58.     }
  59.     public function getTemplateName()
  60.     {
  61.         return "@theme/common/site-footer.html.twig";
  62.     }
  63.     public function isTraitable()
  64.     {
  65.         return false;
  66.     }
  67.     public function getDebugInfo()
  68.     {
  69.         return array (  56 => 9,  51 => 7,  43 => 1,);
  70.     }
  71.     public function getSourceContext()
  72.     {
  73.         return new Source("<!-- FOOTER -->
  74. <footer class=\"site-footer\">
  75.     <div class=\"container\">
  76.         <div class=\"row\">
  77.             <div class=\"col-12\">
  78.                 <div class=\"site-footer__nav mb-8\">
  79.                     {{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenuAction', { 'identifier':'Top', 'currentUrl': app.request.pathinfo })) }}
  80.                 </div>
  81.                 <p>&copy; Site Name {{ \"now\"|date(\"Y\") }} | <a href=\"http://www.thetlb.co.uk\"><img class=\"inline-block\" src=\"/images/layout/tlb-icon.png\" alt=\"Prototype Creative icon\" width=\"20\" height=\"20\" />Responsive Web Design</a> by TLB Studio Ltd.</p>
  82.             </div>
  83.         </div>
  84.     </div>
  85. </footer>
  86. ""@theme/common/site-footer.html.twig""/var/www/html/t/tlbcms/templates/themes/theme/common/site-footer.html.twig");
  87.     }
  88. }