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/SEO
parent4d3b77ed8e2498c5fd4eb6eb35a6dd1a08d6f7d1 (diff)
Rename template file names
Diffstat (limited to 'plugins/SEO')
-rw-r--r--plugins/SEO/Controller.php2
-rw-r--r--plugins/SEO/templates/getRank.twig (renamed from plugins/SEO/templates/index.twig)0
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SEO/Controller.php b/plugins/SEO/Controller.php
index dad2b1630c..68ae5caa12 100644
--- a/plugins/SEO/Controller.php
+++ b/plugins/SEO/Controller.php
@@ -31,7 +31,7 @@ class Piwik_SEO_Controller extends Piwik_Controller
$dataTable = Piwik_SEO_API::getInstance()->getRank($url);
- $view = new Piwik_View('@SEO/index');
+ $view = new Piwik_View('@SEO/getRank');
$view->urlToRank = Piwik_SEO_RankChecker::extractDomainFromUrl($url);
$renderer = Piwik_DataTable_Renderer::factory('php');
diff --git a/plugins/SEO/templates/index.twig b/plugins/SEO/templates/getRank.twig
index 1d6e9deb22..1d6e9deb22 100644
--- a/plugins/SEO/templates/index.twig
+++ b/plugins/SEO/templates/getRank.twig