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

_topBar.twig « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41bd5da7a11af039e3b4ad268810419b614cebdb (plain)
1
2
3
4
{{ postEvent("Template.beforeTopBar", userAlias, userLogin, topMenu, userMenu) }}
<div id="topBars">
    {% include "@CoreHome/_topBarTopMenu.twig" %}
</div>