Added flame icon to menu item and moved to top of menu.
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 13 Jan 2017 18:17:21 +0000 (13:17 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 13 Jan 2017 18:17:21 +0000 (13:17 -0500)
assets/flame.png [new file with mode: 0755]
setup/adminMenus.php

diff --git a/assets/flame.png b/assets/flame.png
new file mode 100755 (executable)
index 0000000..53b4d03
Binary files /dev/null and b/assets/flame.png differ
index 82c9342..e5257da 100644 (file)
@@ -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'
     );
 }