openlucius-2.0.0-alpha3/modules/core/ol_main/templates/sidebar-global-block.html.twig

modules/core/ol_main/templates/sidebar-global-block.html.twig
{#
/**
* @file
* Theme implementation to display block with groups in left sidebar.
*
* @ingroup themeable
*/
#}
<ul class="list-unstyled components global">
  {# Nasty active styling for now #}
  {% for item in vars.menu_items  %}
    {% if item.path == vars.active_menu_item %}
      {% set active="active" %}
    {% else %}
      {% set active="" %}
    {% endif %}
  <li class="{{ active }}">
    <a href="/{{ item.path }}"><i class="{{ item.icon }}"></i> {{ item.label }}</a>
  </li>
  {% endfor %}
</ul>

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc