Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getDefaultIndexView.twig « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b46ca3f7604affba1ea662649a4f882b513ea4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "dashboard.twig" %}
{% block notification %}{% endblock %}
{% block content %}

{% include "@CoreHome/_siteSelectHeader.twig" %}

{% if (menu is defined and menu) %}
  {% include "@CoreHome/_menu.twig" %}
{% endif %}

{% include "@CoreHome/_indexContent.twig" %}

{% endblock %}