templates/web/admin/footer/site.twig line 1

Open in your IDE?
  1. {##
  2.  # Link to official website
  3.  #
  4.  # @ListChild (list="admin.main.page.footer", weight="100")
  5.  #}
  6. {% if this.isAdminAuthorizationFlow() %}
  7.   © 2002 - {{ 'now'|date('Y') }} {{ t('Powered by', {'xCartURL': this.getXCartURL()})|raw }}
  8. {% endif %}