templates/footer.html.twig line 1

Open in your IDE?
  1. <footer class="footer">
  2.     <div class="float-left">
  3.         {#<small class="m-t-10"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Licencia Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a></small>#}
  4.         <small> © {{ 'now' | date('Y') }} CUdE v1.0, {% trans %}todos los derechos reservados.{% endtrans %}</small>
  5.     </div>
  6.     <div class="float-right">
  7.         {#<small>{% trans %}Desarrollado por{% endtrans %} <a href="mailto:alegreco@med.unlp.edu.ar">Departamento de Informática - Facultad de Ciencias Medicas UNLP</a></small>#}
  8.     </div>
  9. </footer>