claro-8.x-1.x-dev/templates/admin/admin-page.html.twig

templates/admin/admin-page.html.twig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{#
/**
 * @file
 * Theme override for an administrative page.
 *
 * Available variables:
 * - system_compact_link: Themed link to toggle compact view.
 * - containers: An list of administrative blocks keyed by position: left or
 *   right. Contains:
 *   - blocks: A list of blocks within a container.
 *
 * @see template_preprocess_admin_page()
 */
#}
 
{{ system_compact_link }}
  <div class="layout-row clearfix">
  {% for container in containers %}
    <div class="layout-column layout-column--half">
      {% for block in container.blocks %}
        {{ block }}
      {% endfor %}
    </div>
  {% endfor %}
</div>

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

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