templates/web/admin/header/parts/title.twig line 1

Open in your IDE?
  1. {##
  2.  # Title. Header
  3.  #
  4.  # @ListChild (list="head", weight="10")
  5.  #}
  6. <title>{{ t('X-Cart online store builder') }}{% if this.getTitle() %} - {{ this.getTitle() }}{% endif %}</title>