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/Transitions
parent4d3b77ed8e2498c5fd4eb6eb35a6dd1a08d6f7d1 (diff)
Rename template file names
Diffstat (limited to 'plugins/Transitions')
-rw-r--r--plugins/Transitions/Controller.php2
-rw-r--r--plugins/Transitions/templates/renderPopover.twig (renamed from plugins/Transitions/templates/transitions.twig)0
2 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Transitions/Controller.php b/plugins/Transitions/Controller.php
index e84e4fc9a3..01b72bb7ff 100644
--- a/plugins/Transitions/Controller.php
+++ b/plugins/Transitions/Controller.php
@@ -74,7 +74,7 @@ class Piwik_Transitions_Controller extends Piwik_Controller
*/
public function renderPopover()
{
- $view = new Piwik_View('@Transitions/transitions');
+ $view = new Piwik_View('@Transitions/renderPopover');
$view->translations = $this->getTranslations();
echo $view->render();
}
diff --git a/plugins/Transitions/templates/transitions.twig b/plugins/Transitions/templates/renderPopover.twig
index 0a0163d49a..0a0163d49a 100644
--- a/plugins/Transitions/templates/transitions.twig
+++ b/plugins/Transitions/templates/renderPopover.twig