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

top_bar.tpl « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 56a8c8937eef5290d83a12138d991fa1ba00099a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div id="topBars">

    {include file="CoreHome/templates/top_bar_top_menu.tpl"}
    {include file="CoreHome/templates/top_bar_hello_menu.tpl"}

</div>

{if $showSitesSelection}
    <div class="top_bar_sites_selector">
        <label>{'General_Website'|translate}</label>
        {include file="CoreHome/templates/sites_selection.tpl"}
    </div>
{/if}