From a7fadaddf961c63861a6ca92e169ba88357ed42d Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 1 Feb 2021 09:38:31 -0800 Subject: [PATCH] Added nav icon for Submitted News. --- e107_admin/newspost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/newspost.php b/e107_admin/newspost.php index 7c44fda26..b61ee0add 100644 --- a/e107_admin/newspost.php +++ b/e107_admin/newspost.php @@ -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 );