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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-05-30 23:42:25 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-30 23:42:25 +0400
commit5e39f1cebcf7453047cb7b7712342f0dd4ae7be2 (patch)
treed6af25da76d681a14a2f51d367bd89df203dc7e5 /plugins/Referers/Controller.php
parent4d3b77ed8e2498c5fd4eb6eb35a6dd1a08d6f7d1 (diff)
Rename template file names
Diffstat (limited to 'plugins/Referers/Controller.php')
-rw-r--r--plugins/Referers/Controller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 6aee58ed5c..ecdf97aedb 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -120,7 +120,7 @@ class Piwik_Referers_Controller extends Piwik_Controller
function getSearchEnginesAndKeywords()
{
- $view = new Piwik_View('@Referers/searchEngines_Keywords');
+ $view = new Piwik_View('@Referers/getSearchEnginesAndKeywords');
$view->searchEngines = $this->getSearchEngines(true);
$view->keywords = $this->getKeywords(true);
echo $view->render();
@@ -295,7 +295,7 @@ class Piwik_Referers_Controller extends Piwik_Controller
function indexWebsites($fetch = false)
{
- $view = new Piwik_View('@Referers/Websites_SocialNetworks');
+ $view = new Piwik_View('@Referers/indexWebsites');
$view->websites = $this->getWebsites(true);
$view->socials = $this->getSocials(true);
if ($fetch) {