templates/web/customer/layout/footer/powered_by.twig line 1

Open in your IDE?
  1. {##
  2.  # Powered by box
  3.  #}
  4. {# Modification of this template or removal of the "Powered by X-Cart" label are forbidden for X-Cart Free Edition. #}
  5. <div class="powered-by">
  6.   <p class="copyright">&copy; {{ this.getCompanyYear() }} {{ this.get('config').Company.company_name }}. {{ t('All rights reserved.') }}</p>
  7.   <p class="powered-by-label">{{ this.getMessage()|raw }}</p>
  8. </div>