<?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_7d1016fbafb1031edd3ae8745db25c83 extends 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_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@theme/common/site-footer.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@theme/common/site-footer.html.twig"));
// line 1
echo "
<footer class=\"site-footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"lg:col-3 site-footer--main\">
<img class=\"mb-6\" src=\"";
// line 6
echo twig_escape_filter($this->env, $this->env->getFunction('imageCache')->getCallable()($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/logo-white.png"), "cropResize", 260, 88), "html", null, true);
echo "\" alt=\"Logo\" width=\"130\" height=\"44\" loading=\"lazy\" />
";
// line 7
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MenuDefaultController::fetchMenu", ["identifier" => "Footer", "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 "
";
// line 8
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\MenuDefaultController::fetchMenu", ["identifier" => "Compliance", "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.', 8, $this->source); })()), "request", [], "any", false, false, false, 8), "pathinfo", [], "any", false, false, false, 8)]));
echo "
</div>
<div class=\"lg:col-3 flex flex-col mt-6\">
<p class=\"lg:mt-auto mb-6 lg:mb-12\">
";
// line 12
echo $this->env->getFunction('renderSetting')->getCallable()(1, "content");
echo "<br />
What3words <span class=\"text-danger\">///</span> <a target=\"_blank\" href=\"https://w3w.co/";
// line 13
echo $this->env->getFunction('renderSetting')->getCallable()(16, "content");
echo "\">";
echo $this->env->getFunction('renderSetting')->getCallable()(16, "content");
echo "</a>
</p>
<p class=\"leading-[1.7rem]\">
<i class=\"fa-regular fa-mobile mr-2\"></i> <a href=\"tel:";
// line 16
echo twig_escape_filter($this->env, twig_replace_filter($this->env->getFunction('renderSetting')->getCallable()(2, "content"), [" " => ""]), "html", null, true);
echo "\">";
echo $this->env->getFunction('renderSetting')->getCallable()(2, "content");
echo "</a><br />
";
// line 18
echo " <i class=\"fa-regular fa-envelope mr-2\"></i> <a href=\"mailto:";
echo $this->env->getFunction('renderSetting')->getCallable()(3, "content");
echo "\">";
echo $this->env->getFunction('renderSetting')->getCallable()(3, "content");
echo "</a>
</p>
</div>
<div class=\"xl:col-3 lg:col-2 flex flex-col mt-6\">
";
// line 22
$this->loadTemplate("@theme/common/social.html.twig", "@theme/common/site-footer.html.twig", 22)->display($context);
// line 23
echo " </div>
<div class=\"xl:col-3 lg:col-4 flex\">
";
// line 25
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\FrontEndDefaultController::embedAccreditations"));
echo "
</div>
</div>
<div class=\"row\">
<div class=\"sm:col-12 mt-6\">
<div class=\"border-t border-solid border-primary pt-6\">
<p class=\"!font-normal\"><i class=\"fa-regular fa-egg\"></i> Hatched by <a href=\"http://www.thetlb.co.uk\" target=\"_blank\">TLB Studio Ltd</a> <br class=\"sm:hidden\" /> <span class=\"text-primary hidden sm:inline\"> | </span> © ";
// line 31
echo twig_escape_filter($this->env, (isset($context["sitename"]) || array_key_exists("sitename", $context) ? $context["sitename"] : (function () { throw new RuntimeError('Variable "sitename" does not exist.', 31, $this->source); })()), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, twig_date_format_filter($this->env, "now", "Y"), "html", null, true);
echo "</p>
</div>
</div>
</div>
</div>
</footer>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@theme/common/site-footer.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 108 => 31, 99 => 25, 95 => 23, 93 => 22, 83 => 18, 77 => 16, 69 => 13, 65 => 12, 58 => 8, 54 => 7, 50 => 6, 43 => 1,);
}
public function getSourceContext()
{
return new Source("
<footer class=\"site-footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"lg:col-3 site-footer--main\">
<img class=\"mb-6\" src=\"{{ imageCache(asset('build/images/logo-white.png'), 'cropResize', 260, 88) }}\" alt=\"Logo\" width=\"130\" height=\"44\" loading=\"lazy\" />
{{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenu', { 'identifier':'Footer', 'currentUrl': app.request.pathinfo })) }}
{{ render(controller('App\\\\Controller\\\\MenuDefaultController::fetchMenu', { 'identifier':'Compliance', 'currentUrl': app.request.pathinfo })) }}
</div>
<div class=\"lg:col-3 flex flex-col mt-6\">
<p class=\"lg:mt-auto mb-6 lg:mb-12\">
{{ renderSetting(1, 'content') }}<br />
What3words <span class=\"text-danger\">///</span> <a target=\"_blank\" href=\"https://w3w.co/{{ renderSetting(16, 'content') }}\">{{ renderSetting(16, 'content') }}</a>
</p>
<p class=\"leading-[1.7rem]\">
<i class=\"fa-regular fa-mobile mr-2\"></i> <a href=\"tel:{{ renderSetting(2, 'content')|replace({' ': ''}) }}\">{{ renderSetting(2, 'content') }}</a><br />
{# <i class=\"fa-regular fa-mobile mr-2\"></i> <a href=\"tel:{{ renderSetting(15, 'content')|replace({' ': ''}) }}\">{{ renderSetting(15, 'content') }}</a><br /> #}
<i class=\"fa-regular fa-envelope mr-2\"></i> <a href=\"mailto:{{ renderSetting(3, 'content') }}\">{{ renderSetting(3, 'content') }}</a>
</p>
</div>
<div class=\"xl:col-3 lg:col-2 flex flex-col mt-6\">
{% include '@theme/common/social.html.twig' %}
</div>
<div class=\"xl:col-3 lg:col-4 flex\">
{{ render(controller('App\\\\Controller\\\\FrontEndDefaultController::embedAccreditations')) }}
</div>
</div>
<div class=\"row\">
<div class=\"sm:col-12 mt-6\">
<div class=\"border-t border-solid border-primary pt-6\">
<p class=\"!font-normal\"><i class=\"fa-regular fa-egg\"></i> Hatched by <a href=\"http://www.thetlb.co.uk\" target=\"_blank\">TLB Studio Ltd</a> <br class=\"sm:hidden\" /> <span class=\"text-primary hidden sm:inline\"> | </span> © {{ sitename }} {{ \"now\"|date(\"Y\") }}</p>
</div>
</div>
</div>
</div>
</footer>
", "@theme/common/site-footer.html.twig", "/var/www/html/s/stablescaffolding/templates/themes/theme/common/site-footer.html.twig");
}
}