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:
authormattpiwik <matthieu.aubry@gmail.com>2008-07-21 03:10:38 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-07-21 03:10:38 +0400
commitcc161e7df6b27101c6c1de12385f27c5027f2306 (patch)
treec47ef6e7904b19abe48401aca6d6324f4cdb5a95 /plugins/Dashboard/templates/index.tpl
parent6205e3be65830093b7ad4b92247271d022260bf0 (diff)
- some cleanup and random small fixes
git-svn-id: http://dev.piwik.org/svn/trunk@558 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Dashboard/templates/index.tpl')
-rw-r--r--plugins/Dashboard/templates/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/index.tpl b/plugins/Dashboard/templates/index.tpl
index 113dec6697..475dfd59ab 100644
--- a/plugins/Dashboard/templates/index.tpl
+++ b/plugins/Dashboard/templates/index.tpl
@@ -8,7 +8,7 @@
piwik.dashboardLayout = '{$layout}';
{else}
//Load default layout...
- piwik.dashboardLayout = 'VisitsSummary.getLastVisitsGraph~VisitorInterest.getNumberOfVisitsPerVisitDuration~UserSettings.getBrowser|Referers.getKeywords|Referers.getSearchEngines~VisitTime.getVisitInformationPerServerTime~ExamplePlugin.feedburner|';
+ piwik.dashboardLayout = 'VisitsSummary.getLastVisitsGraph~VisitorInterest.getNumberOfVisitsPerVisitDuration~UserSettings.getBrowser|Referers.getKeywords~Referers.getWebsites|Referers.getSearchEngines~VisitTime.getVisitInformationPerServerTime~ExamplePlugin.feedburner|';
{/if}
piwik.availableWidgets = {$availableWidgets};