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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-03 19:21:10 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-03 19:21:10 +0300
commit275bf7fa99faaedb5f33e68c12e8be5570484343 (patch)
tree73acb80d53f1c3391b87e1d7c06aa9463f52ef39 /plugins/CoreHome/templates/index.tpl
parent433a7c77563906ee85bfd6c46c4b2d984dc57ccc (diff)
- cleaning FrontController.php
- Updater now works and looks nice + added unit tests - adding version number in META tags - now hiding the Core plugins (CoreHome, CoreAdminHome, CoreUpdater, CorePluginsAdmin)
Diffstat (limited to 'plugins/CoreHome/templates/index.tpl')
-rw-r--r--plugins/CoreHome/templates/index.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/templates/index.tpl b/plugins/CoreHome/templates/index.tpl
index 5bc3d761ea..e378013260 100644
--- a/plugins/CoreHome/templates/index.tpl
+++ b/plugins/CoreHome/templates/index.tpl
@@ -3,6 +3,7 @@
<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_css_includes.tpl"}