Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Aleksandrstyle

Новичок
  
  • Posts

    1
  • Joined

  • Last visited

Aleksandrstyle's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Добрый вечер! Подскажите, а в какую часть кода всивить? У меня сейчас вот ик. <ul class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList"> {% for key, breadcrumb in breadcrumbs %} {% if key + 1 < breadcrumbs|length %} <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemscope itemtype="https://schema.org/Thing" itemprop="item" href="{{ breadcrumb.href }}"><span itemprop="name">{{ breadcrumb.text }}</span></a> <meta itemprop="position" content="{{key+1}}" /> </li> {% else %} <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><span itemprop="name">{{ breadcrumb.text }}</span> <meta itemprop="position" content="{{key+1}}" /> </li> {% endif %} {% endfor %} </ul>
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.