<?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;
/* @VisualMediaLisa/Layout/footer.html.twig */
class __TwigTemplate_4b0b3493dec5ce77b62c6a957e073162c20f3191ce84409543b8f0feaac53ce3 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", "@VisualMediaLisa/Layout/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", "@VisualMediaLisa/Layout/footer.html.twig"));
// line 1
$macros["macro"] = $this->macros["macro"] = $this->loadTemplate("@VisualMediaLisa/Menu/menu.html.twig", "@VisualMediaLisa/Layout/footer.html.twig", 1)->unwrap();
// line 2
echo "
<footer class=\"footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12 col-md-4 col-lg-3\">
<h5>";
// line 7
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("bedrijf"), "html", null, true);
echo "</h5>
<p>";
// line 8
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("adres"), "html", null, true);
echo "</p>
<p>";
// line 9
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("postcode"), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("plaats"), "html", null, true);
echo "</p>
<p>";
// line 10
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("postbus"), "html", null, true);
echo "</p>
</div>
<div class=\"col-12 col-md-4 col-lg-3\">
<h5>Contact</h5>
<p><a href=\"tel:";
// line 14
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("telefoon_link"), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("telefoon"), "html", null, true);
echo "</a></p>
<p><a href=\"mailto:";
// line 15
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("email"), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("email"), "html", null, true);
echo "</a></p>
<p><a href=\"";
// line 16
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("website_link"), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['VisualMedia\LisaBundle\Twig\TwigSetting']->setting("website"), "html", null, true);
echo "</a></p>
</div>
</div>
<div class=\"row\">
<div class=\"col-12 footer-logo\">
<img src=\"";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/dappr-footer.svg"), "html", null, true);
echo "\" alt=\"dappr. gemaakt\" class=\"footer-logo_image\"/>
</div>
<div class=\"col-12 footer-menu\">
";
// line 24
$context["footer"] = $this->extensions['VisualMedia\MenuBundle\Twig\TwigMenuExtension']->menu("footermenu");
// line 25
echo " ";
echo twig_call_macro($macros["macro"], "macro_menu", [twig_get_attribute($this->env, $this->source, (isset($context["footer"]) || array_key_exists("footer", $context) ? $context["footer"] : (function () { throw new RuntimeError('Variable "footer" does not exist.', 25, $this->source); })()), "items", [], "any", false, false, false, 25)], 25, $context, $this->getSourceContext());
echo "
</div>
</div>
</div>
</footer>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
public function getTemplateName()
{
return "@VisualMediaLisa/Layout/footer.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 103 => 25, 101 => 24, 95 => 21, 85 => 16, 79 => 15, 73 => 14, 66 => 10, 60 => 9, 56 => 8, 52 => 7, 45 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% import '@VisualMediaLisa/Menu/menu.html.twig' as macro %}
<footer class=\"footer\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-12 col-md-4 col-lg-3\">
<h5>{{ setting(\"bedrijf\") }}</h5>
<p>{{ setting(\"adres\") }}</p>
<p>{{ setting(\"postcode\") }} {{ setting(\"plaats\") }}</p>
<p>{{ setting(\"postbus\") }}</p>
</div>
<div class=\"col-12 col-md-4 col-lg-3\">
<h5>Contact</h5>
<p><a href=\"tel:{{ setting(\"telefoon_link\") }}\">{{ setting(\"telefoon\") }}</a></p>
<p><a href=\"mailto:{{ setting(\"email\") }}\">{{ setting(\"email\") }}</a></p>
<p><a href=\"{{ setting(\"website_link\") }}\">{{ setting(\"website\") }}</a></p>
</div>
</div>
<div class=\"row\">
<div class=\"col-12 footer-logo\">
<img src=\"{{ asset('build/images/dappr-footer.svg') }}\" alt=\"dappr. gemaakt\" class=\"footer-logo_image\"/>
</div>
<div class=\"col-12 footer-menu\">
{% set footer = menu('footermenu')%}
{{ macro.menu(footer.items) }}
</div>
</div>
</div>
</footer>
", "@VisualMediaLisa/Layout/footer.html.twig", "/home/components/public_html/lib/composer/LisaBundle/src/VisualMedia/LisaBundle/Resources/views/Layout/footer.html.twig");
}
}