diff --git a/include/simpleplugin/class_simpleManagement.inc b/include/simpleplugin/class_simpleManagement.inc
index f28a0c4c914cd93127874d1c63dd6e8ebd9bbea4..10e1de5171e71bf27c9aca9b9da38356d940b37b 100644
--- a/include/simpleplugin/class_simpleManagement.inc
+++ b/include/simpleplugin/class_simpleManagement.inc
@@ -355,7 +355,7 @@ class simpleManagement
             'type'  => 'entry',
             'image' => $icon,
             'label' => $i['name'],
-            'acl'   => $i['aclCategory'].'/'.$i['mainTab'].'[c]',
+            'acl'   => $i['aclCategory'].'/template[c]',
           );
           $this->headpage->xmlData['actionmenu']['action'][0]['action'][1]['action'][] = array(
             'name'  => 'template_apply_'.$object,