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

index_content.tpl « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04211fc48c387c26c75128db4d4b1d37f145b8c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

<div class="page">
	<div class="pageWrap">
		<div class="nav_sep"></div>
		<div class="top_controls">
		{include file="CoreHome/templates/period_select.tpl"}
        {include file="CoreHome/templates/header_message.tpl"}
	    {ajaxRequestErrorDiv}
		</div>

		{ajaxLoadingDiv}

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

<br/><br/>