1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00

Issue #5489 Linkwords now has a pref for who should be able to delete items.

This commit is contained in:
camer0n
2025-05-03 11:39:09 -07:00
parent cbf05e47ed
commit b7bb3b931e
4 changed files with 38 additions and 31 deletions

View File

@@ -65,7 +65,7 @@ class page_admin extends e_admin_dispatcher
protected $adminMenu = array(
'overview/list' => array('caption'=> CUSLAN_1, 'perm' => '5|J'),
'page/list' => array('caption'=> CUSLAN_48, 'perm' => '5'),
'menu/list' => array('caption'=> CUSLAN_49, 'perm' => 'J', 'tab' => 2),
'menu/list' => array('caption'=> CUSLAN_49, 'perm' => 'J', 'tab' => 2, 'icon' => 'fa-bars'),
'page/create' => array('caption'=> CUSLAN_12, 'perm' => '5'),
'other' => array('divider'=> true),