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_content.tpl')
-rw-r--r--plugins/CoreHome/templates/index_content.tpl27
1 files changed, 13 insertions, 14 deletions
diff --git a/plugins/CoreHome/templates/index_content.tpl b/plugins/CoreHome/templates/index_content.tpl
index 04211fc48c..1d9727eed6 100644
--- a/plugins/CoreHome/templates/index_content.tpl
+++ b/plugins/CoreHome/templates/index_content.tpl
@@ -1,20 +1,19 @@
-
<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>
+ <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}
+ {ajaxLoadingDiv}
- <div id="content" class="home">
- {if $content}{$content}{/if}
- </div>
- <div class="clear"></div>
- </div>
+ <div id="content" class="home">
+ {if $content}{$content}{/if}
+ </div>
+ <div class="clear"></div>
+ </div>
</div>
<br/><br/> \ No newline at end of file