templates/main-footer.html.twig line 1

Open in your IDE?
  1. <footer class="main-footer">
  2.     <div class="pull-right hidden-xs">
  3.         <b>Version</b>
  4.         1.92
  5.     </div>
  6.     <strong>Copyright &copy;
  7.         {{ "now"|date("Y") }}
  8.         {{ app_name }}.</strong>
  9.     All rights reserved.
  10. </footer>