templates/default/footer.html.twig line 1

Open in your IDE?
  1. <footer class="footer mt-3">
  2.     <div class="container text-center text-dark-50 border-top border-primary rounded-top py-3">
  3.         <a href="#" id="open_preferences_center">Zmeniť nastavenia cookies</a>
  4.         | 
  5.         <a href="{{ path("cookies") }}">Informácie o súboroch cookies</a>
  6.         | 
  7.         <a href="{{ path("gdpr") }}">GDPR</a>
  8.         | 
  9.         <a href="{{ path("vyhlasenie") }}">Vyhlásenie o prístupnosti</a>
  10.         <br>
  11.         Copyright &copy Slovenská agentúra životného prostredia – {{"now" | date('Y')}}
  12.     </div>
  13. </footer>