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:
authormattab <matthieu.aubry@gmail.com>2013-06-28 06:40:39 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-28 06:40:39 +0400
commit60e3b96370defabb1231af84aa732ca1139d40a3 (patch)
tree2b8d136b1d3c4310e7313e3eea7f615730cdbae8 /plugins/ExamplePlugin
parente6009e46094dec4b198c9d6cf09edb9550a55573 (diff)
* removing most mentions to "tpl"
Refs #4019
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/Controller.php b/plugins/ExamplePlugin/Controller.php
index 4ca9f663c3..ca0f03edca 100644
--- a/plugins/ExamplePlugin/Controller.php
+++ b/plugins/ExamplePlugin/Controller.php
@@ -48,7 +48,7 @@ class Piwik_ExamplePlugin_Controller extends Piwik_Controller
/**
* this widgets shows how to make a remote API request to piwik.org
- * you find the main JS code in templates/piwikDownloadCount.tpl
+ * you find the main JS code in templates/piwikDownloads.twig
*/
public function piwikDownloads()
{