From: Chuck Scott Date: Fri, 13 Jan 2017 18:17:21 +0000 (-0500) Subject: Added flame icon to menu item and moved to top of menu. X-Git-Tag: v1.0.7^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a94d10b1ab89ef6b1ec261d82a02df0e8d2891cc;p=WP-Plugins%2Fglm-serverstats.git Added flame icon to menu item and moved to top of menu. --- diff --git a/assets/flame.png b/assets/flame.png new file mode 100755 index 0000000..53b4d03 Binary files /dev/null and b/assets/flame.png differ diff --git a/setup/adminMenus.php b/setup/adminMenus.php index 82c9342..e5257da 100644 --- a/setup/adminMenus.php +++ b/setup/adminMenus.php @@ -22,7 +22,9 @@ if (current_user_can('editor') || current_user_can('administrator')) { $mainServerStatsMenuSlug, function() { serverStatsController('adminServerStats'); - } + }, + GLM_MEMBERS_PLUGIN_ASSETS_URL.'/flame.png', + '3.100' ); }