From e206c5b4f4af9d2eee3d3dbfb614ca6903767c18 Mon Sep 17 00:00:00 2001 From: Abhishek Verma <61230265+abhishek-stats@users.noreply.github.com> Date: Thu, 24 Sep 2020 00:03:48 +0530 Subject: [PATCH] Removing unwanted mobile menu option for editor and author Removed categories, users, settings, plugins, themes, about from mobile navebar. Kept all the adminSidebars for admin only. --- bl-kernel/admin/themes/booty/html/navbar.php | 67 +++++++++++++------- 1 file changed, 43 insertions(+), 24 deletions(-) diff --git a/bl-kernel/admin/themes/booty/html/navbar.php b/bl-kernel/admin/themes/booty/html/navbar.php index fb16daa9..de6c9dde 100644 --- a/bl-kernel/admin/themes/booty/html/navbar.php +++ b/bl-kernel/admin/themes/booty/html/navbar.php @@ -24,30 +24,49 @@ p('Content') ?> - - - - - - + + + + + + + + + + + + + '; + echo $pluginSidebar->adminSidebar(); + echo ''; + } + } + ?> +