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

index.tpl « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cba7cbed4dfb47e657311063cc3fe1f239eb0f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{assign var=showSitesSelection value=true}

{include file="CoreHome/templates/header.tpl"}

{if isset($menu) && $menu}{include file="CoreHome/templates/menu.tpl"}{/if}
<div style="clear:both;"></div>
{ajaxLoadingDiv}
{ajaxRequestErrorDiv}

<div id="content">
{if $content}{$content}{/if}
</div>

{include file="CoreHome/templates/piwik_tag.tpl"}
</body>
</html>