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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreHome/templates/index.tpl')
-rw-r--r--plugins/CoreHome/templates/index.tpl25
1 files changed, 18 insertions, 7 deletions
diff --git a/plugins/CoreHome/templates/index.tpl b/plugins/CoreHome/templates/index.tpl
index cba7cbed4d..6c34885895 100644
--- a/plugins/CoreHome/templates/index.tpl
+++ b/plugins/CoreHome/templates/index.tpl
@@ -1,13 +1,24 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Piwik &rsaquo; Web Analytics Reports</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta name="generator" content="Piwik {$piwik_version}" />
+<link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico" />
+{loadJavascriptTranslations plugins='CoreHome'}
+{include file="CoreHome/templates/js_global_variables.tpl"}
+{include file="CoreHome/templates/js_css_includes.tpl"}
+</head>
+<body>
{assign var=showSitesSelection value=true}
-
+{include file="CoreHome/templates/top_bar.tpl"}
{include file="CoreHome/templates/header.tpl"}
+{include file="CoreHome/templates/menu.tpl"}
+<div style='clear:both'></div>
+{include file="CoreHome/templates/loading.tpl"}
-{if isset($menu) && $menu}{include file="CoreHome/templates/menu.tpl"}{/if}
-<div style="clear:both;"></div>
-{ajaxLoadingDiv}
-{ajaxRequestErrorDiv}
-
-<div id="content">
+<div id='content'>
{if $content}{$content}{/if}
</div>