vendor/score/cms/src/Resources/views/Default/_footer.html.twig line 1

Open in your IDE?
  1.  <footer class="main-footer">
  2.         <!-- To the right -->
  3.         <div class="pull-right hidden-xs">
  4.           Score CMS
  5.         </div>
  6.         <!-- Default to the left -->
  7.         <strong>Copyright &copy; {{ 'now'|date('Y') }} <a href="{{ path('default_homepage')}}">{{app.request.host() | upper }}</a>.</strong> All rights reserved.
  8.       </footer>