<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @theme/common/site-footer.html.twig */
class __TwigTemplate_df93532261d03001901698f1fb9ead29b318181a46f0e93888465dc0181fac98 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@theme/common/site-footer.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@theme/common/site-footer.html.twig"));
// line 1
echo "<!-- FOOTER -->
<footer class=\"site-footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12\">
<div class=\"site-footer__nav mb-8\">
";
// line 7
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->source, twig_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", false, false, false, 7), "pathinfo", [], "any", false, false, false, 7)]));
echo "
</div>
<p>© Site Name ";
// line 9
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
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>
</div>
</div>
</div>
</footer>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "@theme/common/site-footer.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 56 => 9, 51 => 7, 43 => 1,);
}
public function getSourceContext()
{
return new Source("<!-- FOOTER -->
<footer class=\"site-footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12\">
<div class=\"site-footer__nav mb-8\">
{{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenuAction', { 'identifier':'Top', 'currentUrl': app.request.pathinfo })) }}
</div>
<p>© 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>
</div>
</div>
</div>
</footer>
", "@theme/common/site-footer.html.twig", "/var/www/html/t/tlbcms/templates/themes/theme/common/site-footer.html.twig");
}
}