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

Как сгделать активный язык, что бы подсивлялся класс?


Recommended Posts

нужно было сгделать не dropdown а что бы кнопки в ряд шли
убрал выпадающий список
теперьь нужно активному языку (кнопке) присвоить класс напр. active
как сгделать икое условие?

{% if languages|length > 1 %}
  <form action="{{ action }}" method="post" enctype="multipart/form-data" id="form-language">
      <ul class="langlist">
        {% for language in languages %}
        <li>
          <button class="btn btn-link btn-block language-select" type="button" name="{{ language.code }}">{{ language.name }}</button>
        </li>
        {% endfor %}
      </ul>
    <input type="hidden" name="code" value="" />
    <input type="hidden" name="redirect" value="{{ redirect }}" />
  </form>
{% endif %}

 

Edited by annnn
Link to comment
Share on other sites


5 минут назад, buslikdrev сказал:
      {% if language.code == code %} active{% endif %}

 

Спасипотому что огромное

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.