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-11-22 05:27:42 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-22 05:27:42 +0400
commite35d3c860315a0617217fdb7a7c1fa8684b7c8e0 (patch)
tree707a4b17740043cc00e0511a60b055060a85c0f3 /plugins/ExampleUI
parent62e7eef841e750ebfefeb215d61fc0207c521bde (diff)
Smaller title
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/ExampleUI.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleUI/ExampleUI.php b/plugins/ExampleUI/ExampleUI.php
index 46449d51b2..79b79d7d81 100644
--- a/plugins/ExampleUI/ExampleUI.php
+++ b/plugins/ExampleUI/ExampleUI.php
@@ -44,7 +44,7 @@ class ExampleUI extends \Piwik\Plugin
function addTopMenuItems()
{
$urlParams = array('module' => 'ExampleUI', 'action' => 'notifications');
- MenuTop::getInstance()->addEntry('Example UI Notifications', $urlParams, $displayedForCurrentUser = true, $order = 3);
+ MenuTop::getInstance()->addEntry('UI Notifications', $urlParams, $displayedForCurrentUser = true, $order = 3);
}
private function addSubMenu($subMenu, $action, $order)