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/CoreAdminHome/templates/index.tpl')
-rw-r--r--plugins/CoreAdminHome/templates/index.tpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/CoreAdminHome/templates/index.tpl b/plugins/CoreAdminHome/templates/index.tpl
new file mode 100644
index 0000000000..e207fb8be4
--- /dev/null
+++ b/plugins/CoreAdminHome/templates/index.tpl
@@ -0,0 +1,17 @@
+{assign var=showSitesSelection value=false}
+{assign var=showPeriodSelection value=false}
+{include file="CoreAdminHome/templates/header.tpl"}
+{include file="CoreAdminHome/templates/menu.tpl"}
+
+<div style="clear:both;">
+
+<div id='content'>
+{if $content}{$content}{/if}
+</div>
+
+<div id="footer" style="border-top:1px solid gray; margin-top:20px;padding-top:10px;">
+<a href='index.php?module=CoreHome'>{'General_BackToHomepage'|translate}</a>
+
+</div>
+
+{include file="CoreAdminHome/templates/footer.tpl"}