From 0a46630c6c45b7f35fd8bbcfb2bf8418f1c9b512 Mon Sep 17 00:00:00 2001 From: Abhishek Verma Date: Thu, 24 Sep 2020 00:12:28 +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 ''; + } + } + ?> +