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/Home/templates/period_select.tpl')
-rw-r--r--plugins/Home/templates/period_select.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/Home/templates/period_select.tpl b/plugins/Home/templates/period_select.tpl
deleted file mode 100644
index f74e9b0c30..0000000000
--- a/plugins/Home/templates/period_select.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-<span id="periodString">
- <span id="date"><img src='plugins/Home/templates/images/more_date.gif' style="vertical-align:middle" alt="" /> {$prettyDate}</span> -&nbsp;
- <span id="periods">
- <span id="currentPeriod">{$periodsNames.$period}</span>
- <span id="otherPeriods">
- {foreach from=$otherPeriods item=thisPeriod} | <a href='{url period=$thisPeriod}'>{$periodsNames.$thisPeriod}</a>{/foreach}
- </span>
- </span>
- <br/>
- <span id="calendar"></span>
-</span>
-<div style="clear:both"></div>
-