From 182977213504f7bcdf994f5741627a983c1fe090 Mon Sep 17 00:00:00 2001 From: Oh Martin Date: Tue, 19 Oct 2021 19:41:13 +0200 Subject: [PATCH] Comment out the Submenu --- admin/views/looks/view.html.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/views/looks/view.html.php b/admin/views/looks/view.html.php index 8cf64af..28251a3 100644 --- a/admin/views/looks/view.html.php +++ b/admin/views/looks/view.html.php @@ -32,11 +32,11 @@ class DemoViewLooks extends JViewLegacy */ function display($tpl = null) { - if ($this->getLayout() !== 'modal') - { - // Include helper submenu - DemoHelper::addSubmenu('looks'); - } + // if ($this->getLayout() !== 'modal') + // { + // // Include helper submenu + // DemoHelper::addSubmenu('looks'); + // } // Assign data to the view $this->items = $this->get('Items');