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>2015-09-14 08:43:43 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-14 08:43:43 +0300
commiteb261f2d6384bfbfb79ef7c1f96a6e3e3f03a68b (patch)
treecb6f652dbaeefb27f274a09f1c4f8f900d363d48 /plugins/ExampleUI
parent4f31462c20badf6e9a640c5130735730867f8494 (diff)
Add UI Demo link to the user menu > Platform submenu
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/Menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleUI/Menu.php b/plugins/ExampleUI/Menu.php
index 66a0b7041a..e25bd10817 100644
--- a/plugins/ExampleUI/Menu.php
+++ b/plugins/ExampleUI/Menu.php
@@ -34,7 +34,7 @@ class Menu extends \Piwik\Plugin\Menu
public function configureUserMenu(MenuUser $menu)
{
- $menu->addPlatformItem('UI Notifications', $this->urlForAction('notifications'), $order = 3);
+ $menu->addPlatformItem('UI Notifications', $this->urlForAction('notifications'), $order = 10);
}
private function addSubMenu(MenuReporting $menu, $subMenu, $action, $order)