socialbase-1.1.0/templates/block/block--system-menu-block--main.html.twig

templates/block/block--system-menu-block--main.html.twig
{#
/**
 * @file
 * Default theme implementation for a menu block.
 *
 * Available variables:
 * - plugin_id: The ID of the block implementation.
 * - label: The configured label of the block if visible.
 * - configuration: A list of the block's configuration values.
 *   - label: The configured label for the block.
 *   - label_display: The display settings for the label.
 *   - provider: The module or other provider that provided this block plugin.
 *   - Block plugin specific settings will also be stored here.
 * - content: The content of this block.
 * - attributes: HTML attributes for the containing element.
 *   - id: A valid HTML ID and guaranteed unique.
 * - title_attributes: HTML attributes for the title element.
 * - content_attributes: HTML attributes for the content element.
 * - title_prefix: Additional output populated by modules, intended to be
 *   displayed in front of the main title tag that appears in the template.
 * - title_suffix: Additional output populated by modules, intended to be
 *   displayed after the main title tag that appears in the template.
 *
 * Headings should be used on navigation menus that consistently appear on
 * multiple pages. When this menu block's label is configured to not be
 * displayed, it is automatically made invisible using the 'visually-hidden' CSS
 * class, which still keeps it visible for screen-readers and assistive
 * technology. Headings allow screen-reader and keyboard only users to navigate
 * to or skip the links.
 * See http://juicystudio.com/article/screen-readers-display-none.php and
 * http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
 *
 * @ingroup templates
 */
#}

<button href="#" data-toggle="collapse" data-target="#main-navigation" type="button" aria-expanded="false" class="navbar-toggle collapsed">
  <span>{% trans %} Menu {% endtrans %}</span>
  <span class="sr-only">
    {% trans %} Toggle navigation {% endtrans %}
  </span>
</button>

<div id="main-navigation" class="collapse navbar-collapse">
  <div class="navbar-search">{{ content.links.search_block }}</div>
  {% block content %}
    {{ content }}
  {% endblock %}
  {% if content.links.search_block is defined %}
    <div class="navbar__open-search-control">
      <a href="{{ '/search/all' }}" class="navbar__open-search-block" rel="search" title="{{ 'Click to open search box'|t }}">
        <svg class="navbar-nav__icon navbar-nav__icon--search" aria-hidden="true">
          <title>{{ 'Search'|t }}</title>
          <use xlink:href="#icon-search"></use>
        </svg>
      </a>
    </div>
  {% endif %}
</div>

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

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