From 588b5ff412c22654f8da7744b06a20d62fd4b0c9 Mon Sep 17 00:00:00 2001 From: Harry Kodden Date: Thu, 23 Nov 2017 11:47:39 +0100 Subject: [PATCH] Fix on ServiceToken submenu The Service Token SubMenu does not show. Now it shows inside the usermenu. Additionally: The link to the Service Tokens was incorrect, it was missing the 'copersion:' element --- app/View/Elements/menuUser.ctp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/View/Elements/menuUser.ctp b/app/View/Elements/menuUser.ctp index 28155476d..068bb0a3a 100644 --- a/app/View/Elements/menuUser.ctp +++ b/app/View/Elements/menuUser.ctp @@ -126,7 +126,7 @@ foreach(array_keys($menuContent['plugins']) as $plugin) { if(isset($menuContent['plugins'][$plugin]['coperson'])) { foreach(array_keys($menuContent['plugins'][$plugin]['coperson']) as $label) { - print '
  • + print '
  • '.$label.' ยป
  • ";