mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Added nav icon for Submitted News.
This commit is contained in:
@@ -83,7 +83,7 @@ class news_admin extends e_admin_dispatcher
|
||||
'other2' => array('divider'=> true),
|
||||
'main/settings' => array('caption'=> LAN_PREFS, 'icon'=>'fa-cog'), // Preferences
|
||||
// 'main/submitted' => array('caption'=> LAN_NEWS_64, 'perm' => 'N'), // Submitted News
|
||||
'sub/list' => array('caption'=> NWSLAN_47), // Submitted News
|
||||
'sub/list' => array('caption'=> NWSLAN_47, 'icon'=>'fa-user-edit'), // Submitted News
|
||||
// 'main/maint' => array('caption'=> LAN_NEWS_55, 'perm' => '0') // Maintenance
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user