templates/_footer.html.twig line 1

Open in your IDE?
  1. <footer class="footer">
  2.   <hr/>
  3.   <div class="container-fluid">
  4.     <div class="row">
  5.       <div class="col-auto">
  6.         <p class="fs-14">© {{ "now"|date("Y") }} Avatary All rights reserved.</p>
  7.       </div>
  8.       <div class="col text-right">
  9.         <a title="HONETi - Interactive Web Technologies" href="https://honeti.com" target="_blank"><img alt="HONETi - Interactive Web Technologies" src="{{ asset("img/honeti.png") }}"/></a>
  10.       </div>
  11.     </div><!-- .row -->
  12.   </div><!-- .container -->
  13. </footer>
  14. {% if is_granted('ROLE_PREVIOUS_ADMIN') %}
  15.   <a class="btn-return-to-your-account" href="{{ path('logout_as') }}"><i class="far fa-arrow-circle-left mr-1" aria-hidden="true"></i>Wróć do swojego konta</a>
  16. {% endif %}
  17. <span class="ico-go-top" data-scroll-target="#top"></span>